Shades of Viridian #408871
Tints of Viridian #408871
RGB
CMYK
RGB Variations
Color information
#408871 (or 0x408871) is known color: Viridian. HEX triplet: 40, 88 and 71. RGB value is (64,136,113). Sum of RGB (Red+Green+Blue) = 64+136+113=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #408871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408871 is #BF778E. Grayscale: #6F6F6F. Windows color (decimal): -12547983 or 7440448. OLE color: 7440448.
HSL color Cylindrical-coordinate representation of color #408871: hue angle of 160.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408871 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 113 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.47 |
| HSL | 160.83º | 0.36% | 0.39% | - |
| HSV(B) | 160.83º | 0.53% | 0.53% | - |
| XYZ | 13.9 | 19.89 | 18.73 | - |
| YUV | 111.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 113 | 0.53 | 0 | 0.17 | 0.47 | 160.83 | 0.36 | 0.39 |
| Hex | 40 | 88 | 71 | 35 | 0 | 11 | 2F | A1 | 24 | 27 |
| Octal | 100 | 210 | 161 | 65 | 0 | 21 | 57 | 241 | 44 | 47 |
| Binary | 1000000 | 10001000 | 1110001 | 110101 | 0 | 10001 | 101111 | 10100001 | 100100 | 100111 |
Color Harmonies of #408871
Complementary color
Monochromatic Colors of #408871
Black with #408871
Text Example
Text Example
White with #408871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408871; }
p { color: rgb(64,136,113); }
H1.HeaderClassName
{
color: #408871;
}
.AnyTagClassName
{
color: #408871;
}
</style>
background-color css
<style>
a { background-color: #408871; }
a { background-color: rgb(64,136,113); }
div.DivClassName
{
background-color: #408871;
}
.BgClassName
{
background-color: #408871;
}
</style>
border-color css
<style>
span { border-color: #408871; }
span { border-color: rgb(64,136,113); }
td.TdClassName
{
border-color: #408871;
}
.TagClassName
{
border-color: #408871;
}
</style>