Shades of Viridian #428870
Tints of Viridian #428870
RGB
CMYK
RGB Variations
Color information
#428870 (or 0x428870) is known color: Viridian. HEX triplet: 42, 88 and 70. RGB value is (66,136,112). Sum of RGB (Red+Green+Blue) = 66+136+112=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #428870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428870 is #BD778F. Grayscale: #707070. Windows color (decimal): -12416912 or 7374914. OLE color: 7374914.
HSL color Cylindrical-coordinate representation of color #428870: hue angle of 159.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428870 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 112 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.47 |
| HSL | 159.43º | 0.35% | 0.4% | - |
| HSV(B) | 159.43º | 0.51% | 0.53% | - |
| XYZ | 13.98 | 19.94 | 18.44 | - |
| YUV | 112.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 112 | 0.51 | 0 | 0.18 | 0.47 | 159.43 | 0.35 | 0.4 |
| Hex | 42 | 88 | 70 | 33 | 0 | 12 | 2F | 9F | 23 | 28 |
| Octal | 102 | 210 | 160 | 63 | 0 | 22 | 57 | 237 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1110000 | 110011 | 0 | 10010 | 101111 | 10011111 | 100011 | 101000 |
Color Harmonies of #428870
Complementary color
Monochromatic Colors of #428870
Black with #428870
Text Example
Text Example
White with #428870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428870; }
p { color: rgb(66,136,112); }
H1.HeaderClassName
{
color: #428870;
}
.AnyTagClassName
{
color: #428870;
}
</style>
background-color css
<style>
a { background-color: #428870; }
a { background-color: rgb(66,136,112); }
div.DivClassName
{
background-color: #428870;
}
.BgClassName
{
background-color: #428870;
}
</style>
border-color css
<style>
span { border-color: #428870; }
span { border-color: rgb(66,136,112); }
td.TdClassName
{
border-color: #428870;
}
.TagClassName
{
border-color: #428870;
}
</style>