Html Css Color HEX #577132 Dark Olive Green

📋 copy color: '#577132'

red 87 ◦ green 113 ◦ blue 50

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

Shades of Dark Olive Green #577132

Tints of Dark Olive Green #577132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

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

R = 34.8%
G = 45.2%
B = 20%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#577132 (or 0x577132) is known color: Dark Olive Green. HEX triplet: 57, 71 and 32. RGB value is (87,113,50). Sum of RGB (Red+Green+Blue) = 87+113+50=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #577132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577132 is #A88ECD. Grayscale: #626262. Windows color (decimal): -11046606 or 3305815. OLE color: 3305815.

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

Color convert

RGB 87 113 50 -
CMYK 0.23 0 0.56 0.56
HSL 84.76º 0.39% 0.32% -
HSV(B) 84.76º 0.56% 0.44% -
XYZ 10.41 14.07 5.18 -
YUV 98.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 87 113 50 0.23 0 0.56 0.56 84.76 0.39 0.32
Hex 57 71 32 17 0 38 38 55 27 20
Octal 127 161 62 27 0 70 70 125 47 40
Binary 1010111 1110001 110010 10111 0 111000 111000 1010101 100111 100000

Color Harmonies of #577132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577132

Black with #577132

Text Example


Text Example

White with #577132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577132; }

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

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

background-color css

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

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

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

border-color css

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

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

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