Shades of Viridian Green #556A61
Tints of Viridian Green #556A61
RGB
CMYK
RGB Variations
Color information
#556A61 (or 0x556A61) is known color: Viridian Green. HEX triplet: 55, 6A and 61. RGB value is (85,106,97). Sum of RGB (Red+Green+Blue) = 85+106+97=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #556A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A61 is #AA959E. Grayscale: #626262. Windows color (decimal): -11179423 or 6384213. OLE color: 6384213.
HSL color Cylindrical-coordinate representation of color #556A61: hue angle of 154.29º 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 #556A61 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 106 | 97 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.58 |
| HSL | 154.29º | 0.11% | 0.37% | - |
| HSV(B) | 154.29º | 0.2% | 0.42% | - |
| XYZ | 11.06 | 13.1 | 13.26 | - |
| YUV | 98.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 97 | 0.20 | 0 | 0.08 | 0.58 | 154.29 | 0.11 | 0.37 |
| Hex | 55 | 6A | 61 | 14 | 0 | 8 | 3A | 9A | B | 25 |
| Octal | 125 | 152 | 141 | 24 | 0 | 10 | 72 | 232 | 13 | 45 |
| Binary | 1010101 | 1101010 | 1100001 | 10100 | 0 | 1000 | 111010 | 10011010 | 1011 | 100101 |
Color Harmonies of #556A61
Complementary color
Monochromatic Colors of #556A61
Black with #556A61
Text Example
Text Example
White with #556A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556A61; }
p { color: rgb(85,106,97); }
H1.HeaderClassName
{
color: #556A61;
}
.AnyTagClassName
{
color: #556A61;
}
</style>
background-color css
<style>
a { background-color: #556A61; }
a { background-color: rgb(85,106,97); }
div.DivClassName
{
background-color: #556A61;
}
.BgClassName
{
background-color: #556A61;
}
</style>
border-color css
<style>
span { border-color: #556A61; }
span { border-color: rgb(85,106,97); }
td.TdClassName
{
border-color: #556A61;
}
.TagClassName
{
border-color: #556A61;
}
</style>