Shades of Viridian #408A66
Tints of Viridian #408A66
RGB
CMYK
RGB Variations
Color information
#408A66 (or 0x408A66) is known color: Viridian. HEX triplet: 40, 8A and 66. RGB value is (64,138,102). Sum of RGB (Red+Green+Blue) = 64+138+102=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #408A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A66 is #BF7599. Grayscale: #6F6F6F. Windows color (decimal): -12547482 or 6720064. OLE color: 6720064.
HSL color Cylindrical-coordinate representation of color #408A66: hue angle of 150.81º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A66 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 102 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.46 |
| HSL | 150.81º | 0.37% | 0.4% | - |
| HSV(B) | 150.81º | 0.54% | 0.54% | - |
| XYZ | 13.6 | 20.23 | 15.76 | - |
| YUV | 111.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 102 | 0.54 | 0 | 0.26 | 0.46 | 150.81 | 0.37 | 0.4 |
| Hex | 40 | 8A | 66 | 36 | 0 | 1A | 2E | 97 | 25 | 28 |
| Octal | 100 | 212 | 146 | 66 | 0 | 32 | 56 | 227 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1100110 | 110110 | 0 | 11010 | 101110 | 10010111 | 100101 | 101000 |
Color Harmonies of #408A66
Complementary color
Monochromatic Colors of #408A66
Black with #408A66
Text Example
Text Example
White with #408A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A66; }
p { color: rgb(64,138,102); }
H1.HeaderClassName
{
color: #408A66;
}
.AnyTagClassName
{
color: #408A66;
}
</style>
background-color css
<style>
a { background-color: #408A66; }
a { background-color: rgb(64,138,102); }
div.DivClassName
{
background-color: #408A66;
}
.BgClassName
{
background-color: #408A66;
}
</style>
border-color css
<style>
span { border-color: #408A66; }
span { border-color: rgb(64,138,102); }
td.TdClassName
{
border-color: #408A66;
}
.TagClassName
{
border-color: #408A66;
}
</style>