Shades of Viridian #408D6C
Tints of Viridian #408D6C
RGB
CMYK
RGB Variations
Color information
#408D6C (or 0x408D6C) is known color: Viridian. HEX triplet: 40, 8D and 6C. RGB value is (64,141,108). Sum of RGB (Red+Green+Blue) = 64+141+108=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6C is #BF7293. Grayscale: #727272. Windows color (decimal): -12546708 or 7114048. OLE color: 7114048.
HSL color Cylindrical-coordinate representation of color #408D6C: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D6C is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 108 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.45 |
| HSL | 154.29º | 0.38% | 0.4% | - |
| HSV(B) | 154.29º | 0.55% | 0.55% | - |
| XYZ | 14.35 | 21.22 | 17.53 | - |
| YUV | 114.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 108 | 0.55 | 0 | 0.23 | 0.45 | 154.29 | 0.38 | 0.4 |
| Hex | 40 | 8D | 6C | 37 | 0 | 17 | 2D | 9A | 26 | 28 |
| Octal | 100 | 215 | 154 | 67 | 0 | 27 | 55 | 232 | 46 | 50 |
| Binary | 1000000 | 10001101 | 1101100 | 110111 | 0 | 10111 | 101101 | 10011010 | 100110 | 101000 |
Color Harmonies of #408D6C
Complementary color
Monochromatic Colors of #408D6C
Black with #408D6C
Text Example
Text Example
White with #408D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D6C; }
p { color: rgb(64,141,108); }
H1.HeaderClassName
{
color: #408D6C;
}
.AnyTagClassName
{
color: #408D6C;
}
</style>
background-color css
<style>
a { background-color: #408D6C; }
a { background-color: rgb(64,141,108); }
div.DivClassName
{
background-color: #408D6C;
}
.BgClassName
{
background-color: #408D6C;
}
</style>
border-color css
<style>
span { border-color: #408D6C; }
span { border-color: rgb(64,141,108); }
td.TdClassName
{
border-color: #408D6C;
}
.TagClassName
{
border-color: #408D6C;
}
</style>