Shades of Viridian #407860
Tints of Viridian #407860
RGB
CMYK
RGB Variations
Color information
#407860 (or 0x407860) is known color: Viridian. HEX triplet: 40, 78 and 60. RGB value is (64,120,96). Sum of RGB (Red+Green+Blue) = 64+120+96=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #407860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407860 is #BF879F. Grayscale: #646464. Windows color (decimal): -12552096 or 6322240. OLE color: 6322240.
HSL color Cylindrical-coordinate representation of color #407860: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407860 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 96 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.53 |
| HSL | 154.29º | 0.3% | 0.36% | - |
| HSV(B) | 154.29º | 0.47% | 0.47% | - |
| XYZ | 10.94 | 15.37 | 13.46 | - |
| YUV | 100.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 96 | 0.47 | 0 | 0.2 | 0.53 | 154.29 | 0.3 | 0.36 |
| Hex | 40 | 78 | 60 | 2F | 0 | 14 | 35 | 9A | 1E | 24 |
| Octal | 100 | 170 | 140 | 57 | 0 | 24 | 65 | 232 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1100000 | 101111 | 0 | 10100 | 110101 | 10011010 | 11110 | 100100 |
Color Harmonies of #407860
Complementary color
Monochromatic Colors of #407860
Black with #407860
Text Example
Text Example
White with #407860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407860; }
p { color: rgb(64,120,96); }
H1.HeaderClassName
{
color: #407860;
}
.AnyTagClassName
{
color: #407860;
}
</style>
background-color css
<style>
a { background-color: #407860; }
a { background-color: rgb(64,120,96); }
div.DivClassName
{
background-color: #407860;
}
.BgClassName
{
background-color: #407860;
}
</style>
border-color css
<style>
span { border-color: #407860; }
span { border-color: rgb(64,120,96); }
td.TdClassName
{
border-color: #407860;
}
.TagClassName
{
border-color: #407860;
}
</style>