Html Css Color HEX #576F32 Dark Olive Green

📋 copy color: '#576F32'

red 87 ◦ green 111 ◦ blue 50

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

Shades of Dark Olive Green #576F32

Tints of Dark Olive Green #576F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 35.08%
G = 44.76%
B = 20.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#576F32 (or 0x576F32) is known color: Dark Olive Green. HEX triplet: 57, 6F and 32. RGB value is (87,111,50). Sum of RGB (Red+Green+Blue) = 87+111+50=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #576F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576F32 is #A890CD. Grayscale: #616161. Windows color (decimal): -11047118 or 3305303. OLE color: 3305303.

HSL color Cylindrical-coordinate representation of color #576F32: hue angle of 83.61º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #576F32 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 111 50 -
CMYK 0.22 0 0.55 0.56
HSL 83.61º 0.38% 0.32% -
HSV(B) 83.61º 0.55% 0.44% -
XYZ 10.19 13.63 5.11 -
YUV 96.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 87 111 50 0.22 0 0.55 0.56 83.61 0.38 0.32
Hex 57 6F 32 16 0 37 38 54 26 20
Octal 127 157 62 26 0 67 70 124 46 40
Binary 1010111 1101111 110010 10110 0 110111 111000 1010100 100110 100000

Color Harmonies of #576F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F32

Black with #576F32

Text Example


Text Example

White with #576F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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