#577534

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

Shades of Dark Olive Green #577534

Tints of Dark Olive Green #577534

Color information

#577534 (or 0x577534) is unknown color: approx Dark Olive Green. HEX triplet: 57, 75 and 34. RGB value is (87,117,52). Sum of RGB (Red+Green+Blue) = 87+117+52=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #577534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577534 is #A88ACB. Grayscale: #646464. Windows color (decimal): -11045580 or 3437911. OLE color: 3437911.

HSL color Cylindrical-coordinate representation of color #577534: hue angle of 87.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #577534 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB8711752-
CMYK0.2600.560.54
HSL87.69º38.46%33.14%-
HSV(B)87.69º55.56%45.88%-
XYZ10.91155.57-
YUV100.62100.56118.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=33.98%
G=45.70%
B=20.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117520.2600.560.5487.6938.4633.14
Hex5775341A03836582621
Octal1271656432070661304641
Binary101011111101011101001101001110001101101011000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577534; }

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

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

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

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

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

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

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

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