Shades of Viridian Green #556C62
Tints of Viridian Green #556C62
RGB
CMYK
RGB Variations
Color information
#556C62 (or 0x556C62) is known color: Viridian Green. HEX triplet: 55, 6C and 62. RGB value is (85,108,98). Sum of RGB (Red+Green+Blue) = 85+108+98=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #556C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C62 is #AA939D. Grayscale: #646464. Windows color (decimal): -11178910 or 6450261. OLE color: 6450261.
HSL color Cylindrical-coordinate representation of color #556C62: hue angle of 153.91º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C62 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 98 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.58 |
| HSL | 153.91º | 0.12% | 0.38% | - |
| HSV(B) | 153.91º | 0.21% | 0.42% | - |
| XYZ | 11.31 | 13.54 | 13.57 | - |
| YUV | 99.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 98 | 0.21 | 0 | 0.09 | 0.58 | 153.91 | 0.12 | 0.38 |
| Hex | 55 | 6C | 62 | 15 | 0 | 9 | 3A | 9A | C | 26 |
| Octal | 125 | 154 | 142 | 25 | 0 | 11 | 72 | 232 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1100010 | 10101 | 0 | 1001 | 111010 | 10011010 | 1100 | 100110 |
Color Harmonies of #556C62
Complementary color
Monochromatic Colors of #556C62
Black with #556C62
Text Example
Text Example
White with #556C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C62; }
p { color: rgb(85,108,98); }
H1.HeaderClassName
{
color: #556C62;
}
.AnyTagClassName
{
color: #556C62;
}
</style>
background-color css
<style>
a { background-color: #556C62; }
a { background-color: rgb(85,108,98); }
div.DivClassName
{
background-color: #556C62;
}
.BgClassName
{
background-color: #556C62;
}
</style>
border-color css
<style>
span { border-color: #556C62; }
span { border-color: rgb(85,108,98); }
td.TdClassName
{
border-color: #556C62;
}
.TagClassName
{
border-color: #556C62;
}
</style>