Shades of Viridian #428875
Tints of Viridian #428875
RGB
CMYK
RGB Variations
Color information
#428875 (or 0x428875) is known color: Viridian. HEX triplet: 42, 88 and 75. RGB value is (66,136,117). Sum of RGB (Red+Green+Blue) = 66+136+117=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #428875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428875 is #BD778A. Grayscale: #707070. Windows color (decimal): -12416907 or 7702594. OLE color: 7702594.
HSL color Cylindrical-coordinate representation of color #428875: hue angle of 163.71º 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 #428875 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 117 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.47 |
| HSL | 163.71º | 0.35% | 0.4% | - |
| HSV(B) | 163.71º | 0.51% | 0.53% | - |
| XYZ | 14.26 | 20.05 | 19.95 | - |
| YUV | 112.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 117 | 0.51 | 0 | 0.14 | 0.47 | 163.71 | 0.35 | 0.4 |
| Hex | 42 | 88 | 75 | 33 | 0 | E | 2F | A4 | 23 | 28 |
| Octal | 102 | 210 | 165 | 63 | 0 | 16 | 57 | 244 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1110101 | 110011 | 0 | 1110 | 101111 | 10100100 | 100011 | 101000 |
Color Harmonies of #428875
Complementary color
Monochromatic Colors of #428875
Black with #428875
Text Example
Text Example
White with #428875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428875; }
p { color: rgb(66,136,117); }
H1.HeaderClassName
{
color: #428875;
}
.AnyTagClassName
{
color: #428875;
}
</style>
background-color css
<style>
a { background-color: #428875; }
a { background-color: rgb(66,136,117); }
div.DivClassName
{
background-color: #428875;
}
.BgClassName
{
background-color: #428875;
}
</style>
border-color css
<style>
span { border-color: #428875; }
span { border-color: rgb(66,136,117); }
td.TdClassName
{
border-color: #428875;
}
.TagClassName
{
border-color: #428875;
}
</style>