Html Css Color HEX #556920 Dark Olive Green

📋 copy color: '#556920'

red 85 ◦ green 105 ◦ blue 32

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

Shades of Dark Olive Green #556920

Tints of Dark Olive Green #556920

RGB

 RED value IS 85 (33.59% from 255) = 38.29%

 GREEN value IS 105 (41.41% from 255) = 47.3%

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 38.29%
G = 47.3%
B = 14.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#556920 (or 0x556920) is known color: Dark Olive Green. HEX triplet: 55, 69 and 20. RGB value is (85,105,32). Sum of RGB (Red+Green+Blue) = 85+105+32=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #556920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556920 is #AA96DF. Grayscale: #5A5A5A. Windows color (decimal): -11179744 or 2124117. OLE color: 2124117.

HSL color Cylindrical-coordinate representation of color #556920: hue angle of 76.44º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #556920 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 32 -
CMYK 0.19 0 0.70 0.59
HSL 76.44º 0.53% 0.27% -
HSV(B) 76.44º 0.7% 0.41% -
XYZ 9.06 12.14 3.23 -
YUV 90.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 85 105 32 0.19 0 0.70 0.59 76.44 0.53 0.27
Hex 55 69 20 13 0 46 3B 4C 35 1B
Octal 125 151 40 23 0 106 73 114 65 33
Binary 1010101 1101001 100000 10011 0 1000110 111011 1001100 110101 11011

Color Harmonies of #556920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556920

Black with #556920

Text Example


Text Example

White with #556920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556920; }

 p { color: rgb(85,105,32); }

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

background-color css

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

 a { background-color: rgb(85,105,32); }

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

border-color css

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

 span { border-color: rgb(85,105,32); }

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