Shades of Viridian #408276
Tints of Viridian #408276
RGB
CMYK
RGB Variations
Color information
#408276 (or 0x408276) is known color: Viridian. HEX triplet: 40, 82 and 76. RGB value is (64,130,118). Sum of RGB (Red+Green+Blue) = 64+130+118=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #408276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408276 is #BF7D89. Grayscale: #6C6C6C. Windows color (decimal): -12549514 or 7766592. OLE color: 7766592.
HSL color Cylindrical-coordinate representation of color #408276: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408276 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 118 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.49 |
| HSL | 169.09º | 0.34% | 0.38% | - |
| HSV(B) | 169.09º | 0.51% | 0.51% | - |
| XYZ | 13.37 | 18.36 | 19.98 | - |
| YUV | 108.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 118 | 0.51 | 0 | 0.09 | 0.49 | 169.09 | 0.34 | 0.38 |
| Hex | 40 | 82 | 76 | 33 | 0 | 9 | 31 | A9 | 22 | 26 |
| Octal | 100 | 202 | 166 | 63 | 0 | 11 | 61 | 251 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1110110 | 110011 | 0 | 1001 | 110001 | 10101001 | 100010 | 100110 |
Color Harmonies of #408276
Complementary color
Monochromatic Colors of #408276
Black with #408276
Text Example
Text Example
White with #408276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408276; }
p { color: rgb(64,130,118); }
H1.HeaderClassName
{
color: #408276;
}
.AnyTagClassName
{
color: #408276;
}
</style>
background-color css
<style>
a { background-color: #408276; }
a { background-color: rgb(64,130,118); }
div.DivClassName
{
background-color: #408276;
}
.BgClassName
{
background-color: #408276;
}
</style>
border-color css
<style>
span { border-color: #408276; }
span { border-color: rgb(64,130,118); }
td.TdClassName
{
border-color: #408276;
}
.TagClassName
{
border-color: #408276;
}
</style>