Shades of Viridian Green #56645E
Tints of Viridian Green #56645E
RGB
CMYK
RGB Variations
Color information
#56645E (or 0x56645E) is known color: Viridian Green. HEX triplet: 56, 64 and 5E. RGB value is (86,100,94). Sum of RGB (Red+Green+Blue) = 86+100+94=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #56645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56645E is #A99BA1. Grayscale: #5F5F5F. Windows color (decimal): -11115426 or 6186070. OLE color: 6186070.
HSL color Cylindrical-coordinate representation of color #56645E: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56645E is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 94 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.61 |
| HSL | 154.29º | 0.08% | 0.36% | - |
| HSV(B) | 154.29º | 0.14% | 0.39% | - |
| XYZ | 10.42 | 11.9 | 12.34 | - |
| YUV | 95.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 94 | 0.14 | 0 | 0.06 | 0.61 | 154.29 | 0.08 | 0.36 |
| Hex | 56 | 64 | 5E | E | 0 | 6 | 3D | 9A | 8 | 24 |
| Octal | 126 | 144 | 136 | 16 | 0 | 6 | 75 | 232 | 10 | 44 |
| Binary | 1010110 | 1100100 | 1011110 | 1110 | 0 | 110 | 111101 | 10011010 | 1000 | 100100 |
Color Harmonies of #56645E
Complementary color
Monochromatic Colors of #56645E
Black with #56645E
Text Example
Text Example
White with #56645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56645E; }
p { color: rgb(86,100,94); }
H1.HeaderClassName
{
color: #56645E;
}
.AnyTagClassName
{
color: #56645E;
}
</style>
background-color css
<style>
a { background-color: #56645E; }
a { background-color: rgb(86,100,94); }
div.DivClassName
{
background-color: #56645E;
}
.BgClassName
{
background-color: #56645E;
}
</style>
border-color css
<style>
span { border-color: #56645E; }
span { border-color: rgb(86,100,94); }
td.TdClassName
{
border-color: #56645E;
}
.TagClassName
{
border-color: #56645E;
}
</style>