Shades of Viridian #428162
Tints of Viridian #428162
RGB
CMYK
RGB Variations
Color information
#428162 (or 0x428162) is known color: Viridian. HEX triplet: 42, 81 and 62. RGB value is (66,129,98). Sum of RGB (Red+Green+Blue) = 66+129+98=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #428162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428162 is #BD7E9D. Grayscale: #6A6A6A. Windows color (decimal): -12418718 or 6455618. OLE color: 6455618.
HSL color Cylindrical-coordinate representation of color #428162: hue angle of 150.48º 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 #428162 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 98 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.49 |
| HSL | 150.48º | 0.32% | 0.38% | - |
| HSV(B) | 150.48º | 0.49% | 0.51% | - |
| XYZ | 12.3 | 17.74 | 14.33 | - |
| YUV | 106.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 98 | 0.49 | 0 | 0.24 | 0.49 | 150.48 | 0.32 | 0.38 |
| Hex | 42 | 81 | 62 | 31 | 0 | 18 | 31 | 96 | 20 | 26 |
| Octal | 102 | 201 | 142 | 61 | 0 | 30 | 61 | 226 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1100010 | 110001 | 0 | 11000 | 110001 | 10010110 | 100000 | 100110 |
Color Harmonies of #428162
Complementary color
Monochromatic Colors of #428162
Black with #428162
Text Example
Text Example
White with #428162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428162; }
p { color: rgb(66,129,98); }
H1.HeaderClassName
{
color: #428162;
}
.AnyTagClassName
{
color: #428162;
}
</style>
background-color css
<style>
a { background-color: #428162; }
a { background-color: rgb(66,129,98); }
div.DivClassName
{
background-color: #428162;
}
.BgClassName
{
background-color: #428162;
}
</style>
border-color css
<style>
span { border-color: #428162; }
span { border-color: rgb(66,129,98); }
td.TdClassName
{
border-color: #428162;
}
.TagClassName
{
border-color: #428162;
}
</style>