Html Css Color HEX #577031 Dark Olive Green

📋 copy color: '#577031'

red 87 ◦ green 112 ◦ blue 49

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

Shades of Dark Olive Green #577031

Tints of Dark Olive Green #577031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 35.08%
G = 45.16%
B = 19.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#577031 (or 0x577031) is known color: Dark Olive Green. HEX triplet: 57, 70 and 31. RGB value is (87,112,49). Sum of RGB (Red+Green+Blue) = 87+112+49=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #577031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577031 is #A88FCE. Grayscale: #616161. Windows color (decimal): -11046863 or 3240023. OLE color: 3240023.

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

Color convert

RGB 87 112 49 -
CMYK 0.22 0 0.56 0.56
HSL 83.81º 0.39% 0.32% -
HSV(B) 83.81º 0.56% 0.44% -
XYZ 10.28 13.84 5.03 -
YUV 97.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 87 112 49 0.22 0 0.56 0.56 83.81 0.39 0.32
Hex 57 70 31 16 0 38 38 54 27 20
Octal 127 160 61 26 0 70 70 124 47 40
Binary 1010111 1110000 110001 10110 0 111000 111000 1010100 100111 100000

Color Harmonies of #577031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577031

Black with #577031

Text Example


Text Example

White with #577031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577031; }

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

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

background-color css

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

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

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

border-color css

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

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

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