#576432

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

Shades of Dark Olive Green #576432

Tints of Dark Olive Green #576432

Color information

#576432 (or 0x576432) is unknown color: approx Dark Olive Green. HEX triplet: 57, 64 and 32. RGB value is (87,100,50). Sum of RGB (Red+Green+Blue) = 87+100+50=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #576432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576432 is #A89BCD. Grayscale: #5A5A5A. Windows color (decimal): -11049934 or 3302487. OLE color: 3302487.

HSL color Cylindrical-coordinate representation of color #576432: hue angle of 75.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #576432 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB8710050-
CMYK0.1300.500.61
HSL75.6º33.33%29.41%-
HSV(B)75.6º50%39.22%-
XYZ9.0611.374.73-
YUV90.41105.19125.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=36.71%
G=42.19%
B=21.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87100500.1300.500.6175.633.3329.41
Hex576432D0323D4c211d
Octal1271446215062751144135
Binary1010111110010011001011010110010111101100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576432; }

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

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

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

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

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

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

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

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