Shades of Viridian Green #556960
Tints of Viridian Green #556960
RGB
CMYK
RGB Variations
Color information
#556960 (or 0x556960) is known color: Viridian Green. HEX triplet: 55, 69 and 60. RGB value is (85,105,96). Sum of RGB (Red+Green+Blue) = 85+105+96=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #556960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556960 is #AA969F. Grayscale: #626262. Windows color (decimal): -11179680 or 6318421. OLE color: 6318421.
HSL color Cylindrical-coordinate representation of color #556960: hue angle of 153º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556960 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 96 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.59 |
| HSL | 153º | 0.11% | 0.37% | - |
| HSV(B) | 153º | 0.19% | 0.41% | - |
| XYZ | 10.91 | 12.88 | 12.98 | - |
| YUV | 97.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 96 | 0.19 | 0 | 0.09 | 0.59 | 153 | 0.11 | 0.37 |
| Hex | 55 | 69 | 60 | 13 | 0 | 9 | 3B | 99 | B | 25 |
| Octal | 125 | 151 | 140 | 23 | 0 | 11 | 73 | 231 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1100000 | 10011 | 0 | 1001 | 111011 | 10011001 | 1011 | 100101 |
Color Harmonies of #556960
Complementary color
Monochromatic Colors of #556960
Black with #556960
Text Example
Text Example
White with #556960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556960; }
p { color: rgb(85,105,96); }
H1.HeaderClassName
{
color: #556960;
}
.AnyTagClassName
{
color: #556960;
}
</style>
background-color css
<style>
a { background-color: #556960; }
a { background-color: rgb(85,105,96); }
div.DivClassName
{
background-color: #556960;
}
.BgClassName
{
background-color: #556960;
}
</style>
border-color css
<style>
span { border-color: #556960; }
span { border-color: rgb(85,105,96); }
td.TdClassName
{
border-color: #556960;
}
.TagClassName
{
border-color: #556960;
}
</style>