Shades of Viridian Green #566560
Tints of Viridian Green #566560
RGB
CMYK
RGB Variations
Color information
#566560 (or 0x566560) is known color: Viridian Green. HEX triplet: 56, 65 and 60. RGB value is (86,101,96). Sum of RGB (Red+Green+Blue) = 86+101+96=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #566560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566560 is #A99A9F. Grayscale: #5F5F5F. Windows color (decimal): -11115168 or 6317398. OLE color: 6317398.
HSL color Cylindrical-coordinate representation of color #566560: hue angle of 160º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #566560 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 96 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.60 |
| HSL | 160º | 0.08% | 0.37% | - |
| HSV(B) | 160º | 0.15% | 0.4% | - |
| XYZ | 10.6 | 12.13 | 12.85 | - |
| YUV | 95.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 96 | 0.15 | 0 | 0.05 | 0.60 | 160 | 0.08 | 0.37 |
| Hex | 56 | 65 | 60 | F | 0 | 5 | 3C | A0 | 8 | 25 |
| Octal | 126 | 145 | 140 | 17 | 0 | 5 | 74 | 240 | 10 | 45 |
| Binary | 1010110 | 1100101 | 1100000 | 1111 | 0 | 101 | 111100 | 10100000 | 1000 | 100101 |
Color Harmonies of #566560
Complementary color
Monochromatic Colors of #566560
Black with #566560
Text Example
Text Example
White with #566560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566560; }
p { color: rgb(86,101,96); }
H1.HeaderClassName
{
color: #566560;
}
.AnyTagClassName
{
color: #566560;
}
</style>
background-color css
<style>
a { background-color: #566560; }
a { background-color: rgb(86,101,96); }
div.DivClassName
{
background-color: #566560;
}
.BgClassName
{
background-color: #566560;
}
</style>
border-color css
<style>
span { border-color: #566560; }
span { border-color: rgb(86,101,96); }
td.TdClassName
{
border-color: #566560;
}
.TagClassName
{
border-color: #566560;
}
</style>