Shades of Viridian #408472
Tints of Viridian #408472
RGB
CMYK
RGB Variations
Color information
#408472 (or 0x408472) is known color: Viridian. HEX triplet: 40, 84 and 72. RGB value is (64,132,114). Sum of RGB (Red+Green+Blue) = 64+132+114=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #408472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408472 is #BF7B8D. Grayscale: #6D6D6D. Windows color (decimal): -12549006 or 7504960. OLE color: 7504960.
HSL color Cylindrical-coordinate representation of color #408472: hue angle of 164.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408472 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 114 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.48 |
| HSL | 164.12º | 0.35% | 0.38% | - |
| HSV(B) | 164.12º | 0.52% | 0.52% | - |
| XYZ | 13.4 | 18.81 | 18.84 | - |
| YUV | 109.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 114 | 0.52 | 0 | 0.14 | 0.48 | 164.12 | 0.35 | 0.38 |
| Hex | 40 | 84 | 72 | 34 | 0 | E | 30 | A4 | 23 | 26 |
| Octal | 100 | 204 | 162 | 64 | 0 | 16 | 60 | 244 | 43 | 46 |
| Binary | 1000000 | 10000100 | 1110010 | 110100 | 0 | 1110 | 110000 | 10100100 | 100011 | 100110 |
Color Harmonies of #408472
Complementary color
Monochromatic Colors of #408472
Black with #408472
Text Example
Text Example
White with #408472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408472; }
p { color: rgb(64,132,114); }
H1.HeaderClassName
{
color: #408472;
}
.AnyTagClassName
{
color: #408472;
}
</style>
background-color css
<style>
a { background-color: #408472; }
a { background-color: rgb(64,132,114); }
div.DivClassName
{
background-color: #408472;
}
.BgClassName
{
background-color: #408472;
}
</style>
border-color css
<style>
span { border-color: #408472; }
span { border-color: rgb(64,132,114); }
td.TdClassName
{
border-color: #408472;
}
.TagClassName
{
border-color: #408472;
}
</style>