Shades of Viridian Green #566C64
Tints of Viridian Green #566C64
RGB
CMYK
RGB Variations
Color information
#566C64 (or 0x566C64) is known color: Viridian Green. HEX triplet: 56, 6C and 64. RGB value is (86,108,100). Sum of RGB (Red+Green+Blue) = 86+108+100=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #566C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C64 is #A9939B. Grayscale: #646464. Windows color (decimal): -11113372 or 6581334. OLE color: 6581334.
HSL color Cylindrical-coordinate representation of color #566C64: hue angle of 158.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566C64 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 100 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.58 |
| HSL | 158.18º | 0.11% | 0.38% | - |
| HSV(B) | 158.18º | 0.2% | 0.42% | - |
| XYZ | 11.5 | 13.62 | 14.08 | - |
| YUV | 100.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 100 | 0.20 | 0 | 0.07 | 0.58 | 158.18 | 0.11 | 0.38 |
| Hex | 56 | 6C | 64 | 14 | 0 | 7 | 3A | 9E | B | 26 |
| Octal | 126 | 154 | 144 | 24 | 0 | 7 | 72 | 236 | 13 | 46 |
| Binary | 1010110 | 1101100 | 1100100 | 10100 | 0 | 111 | 111010 | 10011110 | 1011 | 100110 |
Color Harmonies of #566C64
Complementary color
Monochromatic Colors of #566C64
Black with #566C64
Text Example
Text Example
White with #566C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C64; }
p { color: rgb(86,108,100); }
H1.HeaderClassName
{
color: #566C64;
}
.AnyTagClassName
{
color: #566C64;
}
</style>
background-color css
<style>
a { background-color: #566C64; }
a { background-color: rgb(86,108,100); }
div.DivClassName
{
background-color: #566C64;
}
.BgClassName
{
background-color: #566C64;
}
</style>
border-color css
<style>
span { border-color: #566C64; }
span { border-color: rgb(86,108,100); }
td.TdClassName
{
border-color: #566C64;
}
.TagClassName
{
border-color: #566C64;
}
</style>