Html Css Color HEX #577032 Dark Olive Green

📋 copy color: '#577032'

red 87 ◦ green 112 ◦ blue 50

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

Shades of Dark Olive Green #577032

Tints of Dark Olive Green #577032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 34.94%
G = 44.98%
B = 20.08%

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

#577032 (or 0x577032) is known color: Dark Olive Green. HEX triplet: 57, 70 and 32. RGB value is (87,112,50). Sum of RGB (Red+Green+Blue) = 87+112+50=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #577032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577032 is #A88FCD. Grayscale: #616161. Windows color (decimal): -11046862 or 3305559. OLE color: 3305559.

HSL color Cylindrical-coordinate representation of color #577032: hue angle of 84.19º 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 #577032 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 50 -
CMYK 0.22 0 0.55 0.56
HSL 84.19º 0.38% 0.32% -
HSV(B) 84.19º 0.55% 0.44% -
XYZ 10.3 13.84 5.15 -
YUV 97.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 87 112 50 0.22 0 0.55 0.56 84.19 0.38 0.32
Hex 57 70 32 16 0 37 38 54 26 20
Octal 127 160 62 26 0 67 70 124 46 40
Binary 1010111 1110000 110010 10110 0 110111 111000 1010100 100110 100000

Color Harmonies of #577032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577032

Black with #577032

Text Example


Text Example

White with #577032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577032; }

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

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

background-color css

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

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

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

border-color css

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

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

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