Shades of Viridian #408170
Tints of Viridian #408170
RGB
CMYK
RGB Variations
Color information
#408170 (or 0x408170) is known color: Viridian. HEX triplet: 40, 81 and 70. RGB value is (64,129,112). Sum of RGB (Red+Green+Blue) = 64+129+112=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #408170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408170 is #BF7E8F. Grayscale: #6B6B6B. Windows color (decimal): -12549776 or 7373120. OLE color: 7373120.
HSL color Cylindrical-coordinate representation of color #408170: hue angle of 164.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408170 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 112 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.49 |
| HSL | 164.31º | 0.34% | 0.38% | - |
| HSV(B) | 164.31º | 0.5% | 0.51% | - |
| XYZ | 12.89 | 17.96 | 18.12 | - |
| YUV | 107.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 112 | 0.50 | 0 | 0.13 | 0.49 | 164.31 | 0.34 | 0.38 |
| Hex | 40 | 81 | 70 | 32 | 0 | D | 31 | A4 | 22 | 26 |
| Octal | 100 | 201 | 160 | 62 | 0 | 15 | 61 | 244 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1110000 | 110010 | 0 | 1101 | 110001 | 10100100 | 100010 | 100110 |
Color Harmonies of #408170
Complementary color
Monochromatic Colors of #408170
Black with #408170
Text Example
Text Example
White with #408170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408170; }
p { color: rgb(64,129,112); }
H1.HeaderClassName
{
color: #408170;
}
.AnyTagClassName
{
color: #408170;
}
</style>
background-color css
<style>
a { background-color: #408170; }
a { background-color: rgb(64,129,112); }
div.DivClassName
{
background-color: #408170;
}
.BgClassName
{
background-color: #408170;
}
</style>
border-color css
<style>
span { border-color: #408170; }
span { border-color: rgb(64,129,112); }
td.TdClassName
{
border-color: #408170;
}
.TagClassName
{
border-color: #408170;
}
</style>