Shades of Viridian #408566
Tints of Viridian #408566
RGB
CMYK
RGB Variations
Color information
#408566 (or 0x408566) is known color: Viridian. HEX triplet: 40, 85 and 66. RGB value is (64,133,102). Sum of RGB (Red+Green+Blue) = 64+133+102=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #408566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408566 is #BF7A99. Grayscale: #6C6C6C. Windows color (decimal): -12548762 or 6718784. OLE color: 6718784.
HSL color Cylindrical-coordinate representation of color #408566: hue angle of 153.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408566 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 102 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.48 |
| HSL | 153.04º | 0.35% | 0.39% | - |
| HSV(B) | 153.04º | 0.52% | 0.52% | - |
| XYZ | 12.9 | 18.82 | 15.52 | - |
| YUV | 108.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 102 | 0.52 | 0 | 0.23 | 0.48 | 153.04 | 0.35 | 0.39 |
| Hex | 40 | 85 | 66 | 34 | 0 | 17 | 30 | 99 | 23 | 27 |
| Octal | 100 | 205 | 146 | 64 | 0 | 27 | 60 | 231 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1100110 | 110100 | 0 | 10111 | 110000 | 10011001 | 100011 | 100111 |
Color Harmonies of #408566
Complementary color
Monochromatic Colors of #408566
Black with #408566
Text Example
Text Example
White with #408566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408566; }
p { color: rgb(64,133,102); }
H1.HeaderClassName
{
color: #408566;
}
.AnyTagClassName
{
color: #408566;
}
</style>
background-color css
<style>
a { background-color: #408566; }
a { background-color: rgb(64,133,102); }
div.DivClassName
{
background-color: #408566;
}
.BgClassName
{
background-color: #408566;
}
</style>
border-color css
<style>
span { border-color: #408566; }
span { border-color: rgb(64,133,102); }
td.TdClassName
{
border-color: #408566;
}
.TagClassName
{
border-color: #408566;
}
</style>