#73b032

Color #73B032 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #73B032

Tints of Lima #73B032

Color information

#73B032 (or 0x73B032) is unknown color: approx Lima. HEX triplet: 73, B0 and 32. RGB value is (115,176,50). Sum of RGB (Red+Green+Blue) = 115+176+50=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #73B032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B032 is #8C4FCD. Grayscale: #8F8F8F. Windows color (decimal): -9195470 or 3321971. OLE color: 3321971.

HSL color Cylindrical-coordinate representation of color #73B032: hue angle of 89.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73B032 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB11517650-
CMYK0.3500.720.31
HSL89.05º55.75%44.31%-
HSV(B)89.05º71.59%69.02%-
XYZ23.1734.938.54-
YUV143.475.29107.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=33.72%
G=51.61%
B=14.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115176500.3500.720.3189.0555.7544.31
Hex73B032230481F59382c
Octal16326062430110371317054
Binary11100111011000011001010001101001000111111011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73b032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73b032; }

 p { color: rgb(115,176,50); }

 H1.HeaderClassName
 {
   color: #73b032;
 }
 .AnyTagClassName
 {
   color: #73b032;
 }
</style>
background-color css

<style>
 a { background-color: #73b032; }

 a { background-color: rgb(115,176,50); }

 div.DivClassName
 {
   background-color: #73b032;
 }
 .BgClassName
 {
   background-color: #73b032;
 }
</style>
border-color css

<style>
 span { border-color: #73b032; }

 span { border-color: rgb(115,176,50); }

 td.TdClassName
 {
   border-color: #73b032;
 }
 .TagClassName
 {
   border-color: #73b032;
 }
</style>