Shades of Viridian #408B66
Tints of Viridian #408B66
RGB
CMYK
RGB Variations
Color information
#408B66 (or 0x408B66) is known color: Viridian. HEX triplet: 40, 8B and 66. RGB value is (64,139,102). Sum of RGB (Red+Green+Blue) = 64+139+102=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #408B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B66 is #BF7499. Grayscale: #707070. Windows color (decimal): -12547226 or 6720320. OLE color: 6720320.
HSL color Cylindrical-coordinate representation of color #408B66: hue angle of 150.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B66 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 102 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.45 |
| HSL | 150.4º | 0.37% | 0.4% | - |
| HSV(B) | 150.4º | 0.54% | 0.55% | - |
| XYZ | 13.75 | 20.51 | 15.81 | - |
| YUV | 112.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 102 | 0.54 | 0 | 0.27 | 0.45 | 150.4 | 0.37 | 0.4 |
| Hex | 40 | 8B | 66 | 36 | 0 | 1B | 2D | 96 | 25 | 28 |
| Octal | 100 | 213 | 146 | 66 | 0 | 33 | 55 | 226 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1100110 | 110110 | 0 | 11011 | 101101 | 10010110 | 100101 | 101000 |
Color Harmonies of #408B66
Complementary color
Monochromatic Colors of #408B66
Black with #408B66
Text Example
Text Example
White with #408B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B66; }
p { color: rgb(64,139,102); }
H1.HeaderClassName
{
color: #408B66;
}
.AnyTagClassName
{
color: #408B66;
}
</style>
background-color css
<style>
a { background-color: #408B66; }
a { background-color: rgb(64,139,102); }
div.DivClassName
{
background-color: #408B66;
}
.BgClassName
{
background-color: #408B66;
}
</style>
border-color css
<style>
span { border-color: #408B66; }
span { border-color: rgb(64,139,102); }
td.TdClassName
{
border-color: #408B66;
}
.TagClassName
{
border-color: #408B66;
}
</style>