Shades of Viridian #407866
Tints of Viridian #407866
RGB
CMYK
RGB Variations
Color information
#407866 (or 0x407866) is known color: Viridian. HEX triplet: 40, 78 and 66. RGB value is (64,120,102). Sum of RGB (Red+Green+Blue) = 64+120+102=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #407866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407866 is #BF8799. Grayscale: #656565. Windows color (decimal): -12552090 or 6715456. OLE color: 6715456.
HSL color Cylindrical-coordinate representation of color #407866: hue angle of 160.71º 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 #407866 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 102 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.53 |
| HSL | 160.71º | 0.3% | 0.36% | - |
| HSV(B) | 160.71º | 0.47% | 0.47% | - |
| XYZ | 11.23 | 15.48 | 14.97 | - |
| YUV | 101.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 102 | 0.47 | 0 | 0.15 | 0.53 | 160.71 | 0.3 | 0.36 |
| Hex | 40 | 78 | 66 | 2F | 0 | F | 35 | A1 | 1E | 24 |
| Octal | 100 | 170 | 146 | 57 | 0 | 17 | 65 | 241 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1100110 | 101111 | 0 | 1111 | 110101 | 10100001 | 11110 | 100100 |
Color Harmonies of #407866
Complementary color
Monochromatic Colors of #407866
Black with #407866
Text Example
Text Example
White with #407866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407866; }
p { color: rgb(64,120,102); }
H1.HeaderClassName
{
color: #407866;
}
.AnyTagClassName
{
color: #407866;
}
</style>
background-color css
<style>
a { background-color: #407866; }
a { background-color: rgb(64,120,102); }
div.DivClassName
{
background-color: #407866;
}
.BgClassName
{
background-color: #407866;
}
</style>
border-color css
<style>
span { border-color: #407866; }
span { border-color: rgb(64,120,102); }
td.TdClassName
{
border-color: #407866;
}
.TagClassName
{
border-color: #407866;
}
</style>