Shades of DarkOliveGreen #556B2F
Tints of DarkOliveGreen #556B2F
RGB
CMYK
RGB Variations
Color information
#556B2F (or 0x556B2F) is known color: DarkOliveGreen. HEX triplet: 55, 6B and 2F. RGB value is (85,107,47). Sum of RGB (Red+Green+Blue) = 85+107+47=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #556B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B2F is #AA94D0. Grayscale: #5D5D5D. Windows color (decimal): -11179217 or 3107669. OLE color: 3107669.
HSL color Cylindrical-coordinate representation of color #556B2F: hue angle of 82º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #556B2F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
RGB | 85 | 107 | 47 | - |
CMYK | 0.21 | 0 | 0.56 | 0.58 |
HSL | 82º | 0.39% | 0.3% | - |
HSV(B) | 82º | 0.56% | 0.42% | - |
XYZ | 9.52 | 12.65 | 4.63 | - |
YUV | 93.58 | 101.71 | 121.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 107 | 47 | 0.21 | 0 | 0.56 | 0.58 | 82 | 0.39 | 0.3 |
Hex | 55 | 6B | 2F | 15 | 0 | 38 | 3A | 52 | 27 | 1E |
Octal | 125 | 153 | 57 | 25 | 0 | 70 | 72 | 122 | 47 | 36 |
Binary | 1010101 | 1101011 | 101111 | 10101 | 0 | 111000 | 111010 | 1010010 | 100111 | 11110 |
Color Harmonies of #556B2F
Complementary color
Monochromatic Colors of #556B2F
Black with #556B2F
Text Example
Text Example
White with #556B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B2F; }
p { color: rgb(85,107,47); }
H1.HeaderClassName
{
color: #556B2F;
}
.AnyTagClassName
{
color: #556B2F;
}
</style>
background-color css
<style>
a { background-color: #556B2F; }
a { background-color: rgb(85,107,47); }
div.DivClassName
{
background-color: #556B2F;
}
.BgClassName
{
background-color: #556B2F;
}
</style>
border-color css
<style>
span { border-color: #556B2F; }
span { border-color: rgb(85,107,47); }
td.TdClassName
{
border-color: #556B2F;
}
.TagClassName
{
border-color: #556B2F;
}
</style>