Shades of Viridian #408270
Tints of Viridian #408270
RGB
CMYK
RGB Variations
Color information
#408270 (or 0x408270) is known color: Viridian. HEX triplet: 40, 82 and 70. RGB value is (64,130,112). Sum of RGB (Red+Green+Blue) = 64+130+112=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #408270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408270 is #BF7D8F. Grayscale: #6C6C6C. Windows color (decimal): -12549520 or 7373376. OLE color: 7373376.
HSL color Cylindrical-coordinate representation of color #408270: hue angle of 163.64º 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 #408270 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 112 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.49 |
| HSL | 163.64º | 0.34% | 0.38% | - |
| HSV(B) | 163.64º | 0.51% | 0.51% | - |
| XYZ | 13.02 | 18.23 | 18.16 | - |
| YUV | 108.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 112 | 0.51 | 0 | 0.14 | 0.49 | 163.64 | 0.34 | 0.38 |
| Hex | 40 | 82 | 70 | 33 | 0 | E | 31 | A4 | 22 | 26 |
| Octal | 100 | 202 | 160 | 63 | 0 | 16 | 61 | 244 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1110000 | 110011 | 0 | 1110 | 110001 | 10100100 | 100010 | 100110 |
Color Harmonies of #408270
Complementary color
Monochromatic Colors of #408270
Black with #408270
Text Example
Text Example
White with #408270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408270; }
p { color: rgb(64,130,112); }
H1.HeaderClassName
{
color: #408270;
}
.AnyTagClassName
{
color: #408270;
}
</style>
background-color css
<style>
a { background-color: #408270; }
a { background-color: rgb(64,130,112); }
div.DivClassName
{
background-color: #408270;
}
.BgClassName
{
background-color: #408270;
}
</style>
border-color css
<style>
span { border-color: #408270; }
span { border-color: rgb(64,130,112); }
td.TdClassName
{
border-color: #408270;
}
.TagClassName
{
border-color: #408270;
}
</style>