#576534

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

Shades of Dark Olive Green #576534

Tints of Dark Olive Green #576534

Color information

#576534 (or 0x576534) is unknown color: approx Dark Olive Green. HEX triplet: 57, 65 and 34. RGB value is (87,101,52). Sum of RGB (Red+Green+Blue) = 87+101+52=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #576534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576534 is #A89ACB. Grayscale: #5B5B5B. Windows color (decimal): -11049676 or 3433815. OLE color: 3433815.

HSL color Cylindrical-coordinate representation of color #576534: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #576534 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB8710152-
CMYK0.1400.490.60
HSL77.14º32.03%30%-
HSV(B)77.14º48.51%39.61%-
XYZ9.211.585-
YUV91.23105.86124.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=36.25%
G=42.08%
B=21.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87101520.1400.490.6077.1432.0330
Hex576534E0313C4d201e
Octal1271456416061741154036
Binary1010111110010111010011100110001111100100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576534; }

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

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

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

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

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

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

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

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