Shades of Viridian #408E6C
Tints of Viridian #408E6C
RGB
CMYK
RGB Variations
Color information
#408E6C (or 0x408E6C) is known color: Viridian. HEX triplet: 40, 8E and 6C. RGB value is (64,142,108). Sum of RGB (Red+Green+Blue) = 64+142+108=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #408E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E6C is #BF7193. Grayscale: #727272. Windows color (decimal): -12546452 or 7114304. OLE color: 7114304.
HSL color Cylindrical-coordinate representation of color #408E6C: hue angle of 153.85º 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 #408E6C is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 108 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.44 |
| HSL | 153.85º | 0.38% | 0.4% | - |
| HSV(B) | 153.85º | 0.55% | 0.56% | - |
| XYZ | 14.49 | 21.52 | 17.58 | - |
| YUV | 114.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 108 | 0.55 | 0 | 0.24 | 0.44 | 153.85 | 0.38 | 0.4 |
| Hex | 40 | 8E | 6C | 37 | 0 | 18 | 2C | 9A | 26 | 28 |
| Octal | 100 | 216 | 154 | 67 | 0 | 30 | 54 | 232 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1101100 | 110111 | 0 | 11000 | 101100 | 10011010 | 100110 | 101000 |
Color Harmonies of #408E6C
Complementary color
Monochromatic Colors of #408E6C
Black with #408E6C
Text Example
Text Example
White with #408E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E6C; }
p { color: rgb(64,142,108); }
H1.HeaderClassName
{
color: #408E6C;
}
.AnyTagClassName
{
color: #408E6C;
}
</style>
background-color css
<style>
a { background-color: #408E6C; }
a { background-color: rgb(64,142,108); }
div.DivClassName
{
background-color: #408E6C;
}
.BgClassName
{
background-color: #408E6C;
}
</style>
border-color css
<style>
span { border-color: #408E6C; }
span { border-color: rgb(64,142,108); }
td.TdClassName
{
border-color: #408E6C;
}
.TagClassName
{
border-color: #408E6C;
}
</style>