Shades of Viridian #408672
Tints of Viridian #408672
RGB
CMYK
RGB Variations
Color information
#408672 (or 0x408672) is known color: Viridian. HEX triplet: 40, 86 and 72. RGB value is (64,134,114). Sum of RGB (Red+Green+Blue) = 64+134+114=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #408672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408672 is #BF798D. Grayscale: #6E6E6E. Windows color (decimal): -12548494 or 7505472. OLE color: 7505472.
HSL color Cylindrical-coordinate representation of color #408672: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408672 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 114 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.47 |
| HSL | 162.86º | 0.35% | 0.39% | - |
| HSV(B) | 162.86º | 0.52% | 0.53% | - |
| XYZ | 13.68 | 19.36 | 18.93 | - |
| YUV | 110.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 114 | 0.52 | 0 | 0.15 | 0.47 | 162.86 | 0.35 | 0.39 |
| Hex | 40 | 86 | 72 | 34 | 0 | F | 2F | A3 | 23 | 27 |
| Octal | 100 | 206 | 162 | 64 | 0 | 17 | 57 | 243 | 43 | 47 |
| Binary | 1000000 | 10000110 | 1110010 | 110100 | 0 | 1111 | 101111 | 10100011 | 100011 | 100111 |
Color Harmonies of #408672
Complementary color
Monochromatic Colors of #408672
Black with #408672
Text Example
Text Example
White with #408672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408672; }
p { color: rgb(64,134,114); }
H1.HeaderClassName
{
color: #408672;
}
.AnyTagClassName
{
color: #408672;
}
</style>
background-color css
<style>
a { background-color: #408672; }
a { background-color: rgb(64,134,114); }
div.DivClassName
{
background-color: #408672;
}
.BgClassName
{
background-color: #408672;
}
</style>
border-color css
<style>
span { border-color: #408672; }
span { border-color: rgb(64,134,114); }
td.TdClassName
{
border-color: #408672;
}
.TagClassName
{
border-color: #408672;
}
</style>