#576934

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

Shades of Dark Olive Green #576934

Tints of Dark Olive Green #576934

Color information

#576934 (or 0x576934) is unknown color: approx Dark Olive Green. HEX triplet: 57, 69 and 34. RGB value is (87,105,52). Sum of RGB (Red+Green+Blue) = 87+105+52=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #576934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576934 is #A896CB. Grayscale: #5D5D5D. Windows color (decimal): -11048652 or 3434839. OLE color: 3434839.

HSL color Cylindrical-coordinate representation of color #576934: hue angle of 80.38º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #576934 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB8710552-
CMYK0.1700.500.59
HSL80.38º33.76%30.78%-
HSV(B)80.38º50.48%41.18%-
XYZ9.612.385.13-
YUV93.58104.54123.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=35.66%
G=43.03%
B=21.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87105520.1700.500.5980.3833.7630.78
Hex576934110323B50221f
Octal1271516421062731204237
Binary10101111101001110100100010110010111011101000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576934; }

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

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

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

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

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

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

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

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