Html Css Color HEX #577034 Dark Olive Green

📋 copy color: '#577034'

red 87 ◦ green 112 ◦ blue 52

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

Shades of Dark Olive Green #577034

Tints of Dark Olive Green #577034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 34.66%
G = 44.62%
B = 20.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#577034 (or 0x577034) is known color: Dark Olive Green. HEX triplet: 57, 70 and 34. RGB value is (87,112,52). Sum of RGB (Red+Green+Blue) = 87+112+52=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #577034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577034 is #A88FCB. Grayscale: #616161. Windows color (decimal): -11046860 or 3436631. OLE color: 3436631.

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

Color convert

RGB 87 112 52 -
CMYK 0.22 0 0.54 0.56
HSL 85º 0.37% 0.32% -
HSV(B) 85º 0.54% 0.44% -
XYZ 10.34 13.86 5.38 -
YUV 97.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 87 112 52 0.22 0 0.54 0.56 85 0.37 0.32
Hex 57 70 34 16 0 36 38 55 25 20
Octal 127 160 64 26 0 66 70 125 45 40
Binary 1010111 1110000 110100 10110 0 110110 111000 1010101 100101 100000

Color Harmonies of #577034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577034

Black with #577034

Text Example


Text Example

White with #577034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577034; }

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

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

background-color css

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

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

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

border-color css

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

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

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