Shades of Viridian #428170
Tints of Viridian #428170
RGB
CMYK
RGB Variations
Color information
#428170 (or 0x428170) is known color: Viridian. HEX triplet: 42, 81 and 70. RGB value is (66,129,112). Sum of RGB (Red+Green+Blue) = 66+129+112=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #428170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428170 is #BD7E8F. Grayscale: #6C6C6C. Windows color (decimal): -12418704 or 7373122. OLE color: 7373122.
HSL color Cylindrical-coordinate representation of color #428170: hue angle of 163.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428170 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 112 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.49 |
| HSL | 163.81º | 0.32% | 0.38% | - |
| HSV(B) | 163.81º | 0.49% | 0.51% | - |
| XYZ | 13.02 | 18.03 | 18.12 | - |
| YUV | 108.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 112 | 0.49 | 0 | 0.13 | 0.49 | 163.81 | 0.32 | 0.38 |
| Hex | 42 | 81 | 70 | 31 | 0 | D | 31 | A4 | 20 | 26 |
| Octal | 102 | 201 | 160 | 61 | 0 | 15 | 61 | 244 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1110000 | 110001 | 0 | 1101 | 110001 | 10100100 | 100000 | 100110 |
Color Harmonies of #428170
Complementary color
Monochromatic Colors of #428170
Black with #428170
Text Example
Text Example
White with #428170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428170; }
p { color: rgb(66,129,112); }
H1.HeaderClassName
{
color: #428170;
}
.AnyTagClassName
{
color: #428170;
}
</style>
background-color css
<style>
a { background-color: #428170; }
a { background-color: rgb(66,129,112); }
div.DivClassName
{
background-color: #428170;
}
.BgClassName
{
background-color: #428170;
}
</style>
border-color css
<style>
span { border-color: #428170; }
span { border-color: rgb(66,129,112); }
td.TdClassName
{
border-color: #428170;
}
.TagClassName
{
border-color: #428170;
}
</style>