#577432

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

Shades of Dark Olive Green #577432

Tints of Dark Olive Green #577432

Color information

#577432 (or 0x577432) is unknown color: approx Dark Olive Green. HEX triplet: 57, 74 and 32. RGB value is (87,116,50). Sum of RGB (Red+Green+Blue) = 87+116+50=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #577432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577432 is #A88BCD. Grayscale: #646464. Windows color (decimal): -11045838 or 3306583. OLE color: 3306583.

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

Color convert

RGB8711650-
CMYK0.2500.570.55
HSL86.36º39.76%32.55%-
HSV(B)86.36º56.9%45.49%-
XYZ10.7514.755.3-
YUV99.899.89118.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=34.39%
G=45.85%
B=19.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87116500.2500.570.5586.3639.7632.55
Hex5774321903937562821
Octal1271646231071671265041
Binary101011111101001100101100101110011101111010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577432; }

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

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

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

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

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

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

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

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