Shades of Viridian Green #556A60
Tints of Viridian Green #556A60
RGB
CMYK
RGB Variations
Color information
#556A60 (or 0x556A60) is known color: Viridian Green. HEX triplet: 55, 6A and 60. RGB value is (85,106,96). Sum of RGB (Red+Green+Blue) = 85+106+96=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #556A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A60 is #AA959F. Grayscale: #626262. Windows color (decimal): -11179424 or 6318677. OLE color: 6318677.
HSL color Cylindrical-coordinate representation of color #556A60: hue angle of 151.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A60 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 106 | 96 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.58 |
| HSL | 151.43º | 0.11% | 0.37% | - |
| HSV(B) | 151.43º | 0.2% | 0.42% | - |
| XYZ | 11.01 | 13.08 | 13.01 | - |
| YUV | 98.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 96 | 0.20 | 0 | 0.09 | 0.58 | 151.43 | 0.11 | 0.37 |
| Hex | 55 | 6A | 60 | 14 | 0 | 9 | 3A | 97 | B | 25 |
| Octal | 125 | 152 | 140 | 24 | 0 | 11 | 72 | 227 | 13 | 45 |
| Binary | 1010101 | 1101010 | 1100000 | 10100 | 0 | 1001 | 111010 | 10010111 | 1011 | 100101 |
Color Harmonies of #556A60
Complementary color
Monochromatic Colors of #556A60
Black with #556A60
Text Example
Text Example
White with #556A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556A60; }
p { color: rgb(85,106,96); }
H1.HeaderClassName
{
color: #556A60;
}
.AnyTagClassName
{
color: #556A60;
}
</style>
background-color css
<style>
a { background-color: #556A60; }
a { background-color: rgb(85,106,96); }
div.DivClassName
{
background-color: #556A60;
}
.BgClassName
{
background-color: #556A60;
}
</style>
border-color css
<style>
span { border-color: #556A60; }
span { border-color: rgb(85,106,96); }
td.TdClassName
{
border-color: #556A60;
}
.TagClassName
{
border-color: #556A60;
}
</style>