Shades of Viridian #408D77
Tints of Viridian #408D77
RGB
CMYK
RGB Variations
Color information
#408D77 (or 0x408D77) is known color: Viridian. HEX triplet: 40, 8D and 77. RGB value is (64,141,119). Sum of RGB (Red+Green+Blue) = 64+141+119=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #408D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D77 is #BF7288. Grayscale: #737373. Windows color (decimal): -12546697 or 7834944. OLE color: 7834944.
HSL color Cylindrical-coordinate representation of color #408D77: hue angle of 162.86º 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 #408D77 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 119 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.45 |
| HSL | 162.86º | 0.38% | 0.4% | - |
| HSV(B) | 162.86º | 0.55% | 0.55% | - |
| XYZ | 14.97 | 21.47 | 20.81 | - |
| YUV | 115.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 119 | 0.55 | 0 | 0.16 | 0.45 | 162.86 | 0.38 | 0.4 |
| Hex | 40 | 8D | 77 | 37 | 0 | 10 | 2D | A3 | 26 | 28 |
| Octal | 100 | 215 | 167 | 67 | 0 | 20 | 55 | 243 | 46 | 50 |
| Binary | 1000000 | 10001101 | 1110111 | 110111 | 0 | 10000 | 101101 | 10100011 | 100110 | 101000 |
Color Harmonies of #408D77
Complementary color
Monochromatic Colors of #408D77
Black with #408D77
Text Example
Text Example
White with #408D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D77; }
p { color: rgb(64,141,119); }
H1.HeaderClassName
{
color: #408D77;
}
.AnyTagClassName
{
color: #408D77;
}
</style>
background-color css
<style>
a { background-color: #408D77; }
a { background-color: rgb(64,141,119); }
div.DivClassName
{
background-color: #408D77;
}
.BgClassName
{
background-color: #408D77;
}
</style>
border-color css
<style>
span { border-color: #408D77; }
span { border-color: rgb(64,141,119); }
td.TdClassName
{
border-color: #408D77;
}
.TagClassName
{
border-color: #408D77;
}
</style>