#576A32

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

Shades of Dark Olive Green #576A32

Tints of Dark Olive Green #576A32

Color information

#576A32 (or 0x576A32) is unknown color: approx Dark Olive Green. HEX triplet: 57, 6A and 32. RGB value is (87,106,50). Sum of RGB (Red+Green+Blue) = 87+106+50=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #576A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576A32 is #A895CD. Grayscale: #5E5E5E. Windows color (decimal): -11048398 or 3304023. OLE color: 3304023.

HSL color Cylindrical-coordinate representation of color #576A32: hue angle of 80.36º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #576A32 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB8710650-
CMYK0.1800.530.58
HSL80.36º35.9%30.59%-
HSV(B)80.36º52.83%41.57%-
XYZ9.6612.564.93-
YUV93.93103.21123.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=35.80%
G=43.62%
B=20.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87106500.1800.530.5880.3635.930.59
Hex576A32120353A50241f
Octal1271526222065721204437
Binary10101111101010110010100100110101111010101000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576A32; }

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

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

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

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

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

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

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

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