#577020

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

Shades of Dark Olive Green #577020

Tints of Dark Olive Green #577020

Color information

#577020 (or 0x577020) is unknown color: approx Dark Olive Green. HEX triplet: 57, 70 and 20. RGB value is (87,112,32). Sum of RGB (Red+Green+Blue) = 87+112+32=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #577020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577020 is #A88FDF. Grayscale: #5F5F5F. Windows color (decimal): -11046880 or 2125911. OLE color: 2125911.

HSL color Cylindrical-coordinate representation of color #577020: hue angle of 78.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #577020 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB8711232-
CMYK0.2200.710.56
HSL78.75º55.56%28.24%-
HSV(B)78.75º71.43%43.92%-
XYZ9.9913.723.49-
YUV95.492.22122-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 32 (12.89% from 255) = 13.85%
R=37.66%
G=48.48%
B=13.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87112320.2200.710.5678.7555.5628.24
Hex57702016047384f381c
Octal12716040260107701177034
Binary101011111100001000001011001000111111000100111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577020; }

 p { color: rgb(87,112,32); }

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

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

 a { background-color: rgb(87,112,32); }

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

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

 span { border-color: rgb(87,112,32); }

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