Html Css Color HEX #576532 Dark Olive Green

📋 copy color: '#576532'

red 87 ◦ green 101 ◦ blue 50

#576532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #576532

Tints of Dark Olive Green #576532

RGB

 RED value IS 87 (34.38% from 255) = 36.55%

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 36.55%
G = 42.44%
B = 21.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#576532 (or 0x576532) is known color: Dark Olive Green. HEX triplet: 57, 65 and 32. RGB value is (87,101,50). Sum of RGB (Red+Green+Blue) = 87+101+50=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #576532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576532 is #A89ACD. Grayscale: #5B5B5B. Windows color (decimal): -11049678 or 3302743. OLE color: 3302743.

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

Color convert

RGB 87 101 50 -
CMYK 0.14 0 0.50 0.60
HSL 76.47º 0.34% 0.3% -
HSV(B) 76.47º 0.5% 0.4% -
XYZ 9.16 11.56 4.77 -
YUV 91 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 87 101 50 0.14 0 0.50 0.60 76.47 0.34 0.3
Hex 57 65 32 E 0 32 3C 4C 22 1E
Octal 127 145 62 16 0 62 74 114 42 36
Binary 1010111 1100101 110010 1110 0 110010 111100 1001100 100010 11110

Color Harmonies of #576532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576532

Black with #576532

Text Example


Text Example

White with #576532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576532; }

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

 H1.HeaderClassName
 {
   color: #576532;
 }
 .AnyTagClassName
 {
   color: #576532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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