Html Css Color HEX #556E2C Dark Olive Green

📋 copy color: '#556E2C'

red 85 ◦ green 110 ◦ blue 44

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

Shades of Dark Olive Green #556E2C

Tints of Dark Olive Green #556E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.03%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 35.56%
G = 46.03%
B = 18.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#556E2C (or 0x556E2C) is known color: Dark Olive Green. HEX triplet: 55, 6E and 2C. RGB value is (85,110,44). Sum of RGB (Red+Green+Blue) = 85+110+44=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #556E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E2C is #AA91D3. Grayscale: #5F5F5F. Windows color (decimal): -11178452 or 2911829. OLE color: 2911829.

HSL color Cylindrical-coordinate representation of color #556E2C: hue angle of 82.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556E2C is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 110 44 -
CMYK 0.23 0 0.6 0.57
HSL 82.73º 0.43% 0.3% -
HSV(B) 82.73º 0.6% 0.43% -
XYZ 9.78 13.27 4.43 -
YUV 95 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 85 110 44 0.23 0 0.6 0.57 82.73 0.43 0.3
Hex 55 6E 2C 17 0 3C 39 53 2B 1E
Octal 125 156 54 27 0 74 71 123 53 36
Binary 1010101 1101110 101100 10111 0 111100 111001 1010011 101011 11110

Color Harmonies of #556E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E2C

Black with #556E2C

Text Example


Text Example

White with #556E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556E2C; }

 p { color: rgb(85,110,44); }

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

background-color css

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

 a { background-color: rgb(85,110,44); }

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

border-color css

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

 span { border-color: rgb(85,110,44); }

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