Shades of Viridian #408E6D
Tints of Viridian #408E6D
RGB
CMYK
RGB Variations
Color information
#408E6D (or 0x408E6D) is known color: Viridian. HEX triplet: 40, 8E and 6D. RGB value is (64,142,109). Sum of RGB (Red+Green+Blue) = 64+142+109=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #408E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E6D is #BF7192. Grayscale: #727272. Windows color (decimal): -12546451 or 7179840. OLE color: 7179840.
HSL color Cylindrical-coordinate representation of color #408E6D: hue angle of 154.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E6D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 109 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.44 |
| HSL | 154.62º | 0.38% | 0.4% | - |
| HSV(B) | 154.62º | 0.55% | 0.56% | - |
| XYZ | 14.55 | 21.54 | 17.86 | - |
| YUV | 114.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 109 | 0.55 | 0 | 0.23 | 0.44 | 154.62 | 0.38 | 0.4 |
| Hex | 40 | 8E | 6D | 37 | 0 | 17 | 2C | 9B | 26 | 28 |
| Octal | 100 | 216 | 155 | 67 | 0 | 27 | 54 | 233 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1101101 | 110111 | 0 | 10111 | 101100 | 10011011 | 100110 | 101000 |
Color Harmonies of #408E6D
Complementary color
Monochromatic Colors of #408E6D
Black with #408E6D
Text Example
Text Example
White with #408E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E6D; }
p { color: rgb(64,142,109); }
H1.HeaderClassName
{
color: #408E6D;
}
.AnyTagClassName
{
color: #408E6D;
}
</style>
background-color css
<style>
a { background-color: #408E6D; }
a { background-color: rgb(64,142,109); }
div.DivClassName
{
background-color: #408E6D;
}
.BgClassName
{
background-color: #408E6D;
}
</style>
border-color css
<style>
span { border-color: #408E6D; }
span { border-color: rgb(64,142,109); }
td.TdClassName
{
border-color: #408E6D;
}
.TagClassName
{
border-color: #408E6D;
}
</style>