#576F34

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

Shades of Dark Olive Green #576F34

Tints of Dark Olive Green #576F34

Color information

#576F34 (or 0x576F34) is unknown color: approx Dark Olive Green. HEX triplet: 57, 6F and 34. RGB value is (87,111,52). Sum of RGB (Red+Green+Blue) = 87+111+52=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #576F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576F34 is #A890CB. Grayscale: #616161. Windows color (decimal): -11047116 or 3436375. OLE color: 3436375.

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

Color convert

RGB8711152-
CMYK0.2200.530.56
HSL84.41º36.2%31.96%-
HSV(B)84.41º53.15%43.53%-
XYZ10.2313.645.34-
YUV97.1102.55120.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=34.8%
G=44.4%
B=20.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87111520.2200.530.5684.4136.231.96
Hex576F341603538542420
Octal1271576426065701244440
Binary101011111011111101001011001101011110001010100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,111,52); }

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

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

 a { background-color: rgb(87,111,52); }

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

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

 span { border-color: rgb(87,111,52); }

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