#556C31

Color #556C31 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #556C31

Tints of Dark Olive Green #556C31

Color information

#556C31 (or 0x556C31) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6C and 31. RGB value is (85,108,49). Sum of RGB (Red+Green+Blue) = 85+108+49=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #556C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556C31 is #AA93CE. Grayscale: #5E5E5E. Windows color (decimal): -11178959 or 3238997. OLE color: 3238997.

HSL color Cylindrical-coordinate representation of color #556C31: hue angle of 83.39º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556C31 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB8510849-
CMYK0.2100.550.58
HSL83.39º37.58%30.78%-
HSV(B)83.39º54.63%42.35%-
XYZ9.6612.884.88-
YUV94.4102.38121.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=35.12%
G=44.63%
B=20.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108490.2100.550.5883.3937.5830.78
Hex556C31150373A53261f
Octal1251546125067721234637
Binary10101011101100110001101010110111111010101001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,49); }

 H1.HeaderClassName
 {
   color: #556C31;
 }
 .AnyTagClassName
 {
   color: #556C31;
 }
</style>
background-color css

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

 a { background-color: rgb(85,108,49); }

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

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

 span { border-color: rgb(85,108,49); }

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