#577332

Color #577332 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #577332

Tints of Dark Olive Green #577332

Color information

#577332 (or 0x577332) is unknown color: approx Dark Olive Green. HEX triplet: 57, 73 and 32. RGB value is (87,115,50). Sum of RGB (Red+Green+Blue) = 87+115+50=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #577332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577332 is #A88CCD. Grayscale: #636363. Windows color (decimal): -11046094 or 3306327. OLE color: 3306327.

HSL color Cylindrical-coordinate representation of color #577332: hue angle of 85.85º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #577332 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB8711550-
CMYK0.2400.570.55
HSL85.85º39.39%32.35%-
HSV(B)85.85º56.52%45.1%-
XYZ10.6414.525.26-
YUV99.22100.22119.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=34.52%
G=45.63%
B=19.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87115500.2400.570.5585.8539.3932.35
Hex5773321803937562720
Octal1271636230071671264740
Binary101011111100111100101100001110011101111010110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577332; }

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

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

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

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

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

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

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

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