Shades of Viridian Green #556D63
Tints of Viridian Green #556D63
RGB
CMYK
RGB Variations
Color information
#556D63 (or 0x556D63) is known color: Viridian Green. HEX triplet: 55, 6D and 63. RGB value is (85,109,99). Sum of RGB (Red+Green+Blue) = 85+109+99=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #556D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D63 is #AA929C. Grayscale: #646464. Windows color (decimal): -11178653 or 6516053. OLE color: 6516053.
HSL color Cylindrical-coordinate representation of color #556D63: hue angle of 155º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556D63 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 99 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.57 |
| HSL | 155º | 0.12% | 0.38% | - |
| HSV(B) | 155º | 0.22% | 0.43% | - |
| XYZ | 11.47 | 13.77 | 13.86 | - |
| YUV | 100.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 99 | 0.22 | 0 | 0.09 | 0.57 | 155 | 0.12 | 0.38 |
| Hex | 55 | 6D | 63 | 16 | 0 | 9 | 39 | 9B | C | 26 |
| Octal | 125 | 155 | 143 | 26 | 0 | 11 | 71 | 233 | 14 | 46 |
| Binary | 1010101 | 1101101 | 1100011 | 10110 | 0 | 1001 | 111001 | 10011011 | 1100 | 100110 |
Color Harmonies of #556D63
Complementary color
Monochromatic Colors of #556D63
Black with #556D63
Text Example
Text Example
White with #556D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D63; }
p { color: rgb(85,109,99); }
H1.HeaderClassName
{
color: #556D63;
}
.AnyTagClassName
{
color: #556D63;
}
</style>
background-color css
<style>
a { background-color: #556D63; }
a { background-color: rgb(85,109,99); }
div.DivClassName
{
background-color: #556D63;
}
.BgClassName
{
background-color: #556D63;
}
</style>
border-color css
<style>
span { border-color: #556D63; }
span { border-color: rgb(85,109,99); }
td.TdClassName
{
border-color: #556D63;
}
.TagClassName
{
border-color: #556D63;
}
</style>