Shades of Viridian Green #556862
Tints of Viridian Green #556862
RGB
CMYK
RGB Variations
Color information
#556862 (or 0x556862) is known color: Viridian Green. HEX triplet: 55, 68 and 62. RGB value is (85,104,98). Sum of RGB (Red+Green+Blue) = 85+104+98=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #556862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556862 is #AA979D. Grayscale: #616161. Windows color (decimal): -11179934 or 6449237. OLE color: 6449237.
HSL color Cylindrical-coordinate representation of color #556862: hue angle of 161.05º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556862 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 98 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.59 |
| HSL | 161.05º | 0.1% | 0.37% | - |
| HSV(B) | 161.05º | 0.18% | 0.41% | - |
| XYZ | 10.9 | 12.71 | 13.43 | - |
| YUV | 97.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 98 | 0.18 | 0 | 0.06 | 0.59 | 161.05 | 0.1 | 0.37 |
| Hex | 55 | 68 | 62 | 12 | 0 | 6 | 3B | A1 | A | 25 |
| Octal | 125 | 150 | 142 | 22 | 0 | 6 | 73 | 241 | 12 | 45 |
| Binary | 1010101 | 1101000 | 1100010 | 10010 | 0 | 110 | 111011 | 10100001 | 1010 | 100101 |
Color Harmonies of #556862
Complementary color
Monochromatic Colors of #556862
Black with #556862
Text Example
Text Example
White with #556862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556862; }
p { color: rgb(85,104,98); }
H1.HeaderClassName
{
color: #556862;
}
.AnyTagClassName
{
color: #556862;
}
</style>
background-color css
<style>
a { background-color: #556862; }
a { background-color: rgb(85,104,98); }
div.DivClassName
{
background-color: #556862;
}
.BgClassName
{
background-color: #556862;
}
</style>
border-color css
<style>
span { border-color: #556862; }
span { border-color: rgb(85,104,98); }
td.TdClassName
{
border-color: #556862;
}
.TagClassName
{
border-color: #556862;
}
</style>