Shades of Viridian #428864
Tints of Viridian #428864
RGB
CMYK
RGB Variations
Color information
#428864 (or 0x428864) is known color: Viridian. HEX triplet: 42, 88 and 64. RGB value is (66,136,100). Sum of RGB (Red+Green+Blue) = 66+136+100=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #428864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428864 is #BD779B. Grayscale: #6F6F6F. Windows color (decimal): -12416924 or 6588482. OLE color: 6588482.
HSL color Cylindrical-coordinate representation of color #428864: hue angle of 149.14º 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 #428864 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 100 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.47 |
| HSL | 149.14º | 0.35% | 0.4% | - |
| HSV(B) | 149.14º | 0.51% | 0.53% | - |
| XYZ | 13.35 | 19.69 | 15.15 | - |
| YUV | 110.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 100 | 0.51 | 0 | 0.26 | 0.47 | 149.14 | 0.35 | 0.4 |
| Hex | 42 | 88 | 64 | 33 | 0 | 1A | 2F | 95 | 23 | 28 |
| Octal | 102 | 210 | 144 | 63 | 0 | 32 | 57 | 225 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1100100 | 110011 | 0 | 11010 | 101111 | 10010101 | 100011 | 101000 |
Color Harmonies of #428864
Complementary color
Monochromatic Colors of #428864
Black with #428864
Text Example
Text Example
White with #428864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428864; }
p { color: rgb(66,136,100); }
H1.HeaderClassName
{
color: #428864;
}
.AnyTagClassName
{
color: #428864;
}
</style>
background-color css
<style>
a { background-color: #428864; }
a { background-color: rgb(66,136,100); }
div.DivClassName
{
background-color: #428864;
}
.BgClassName
{
background-color: #428864;
}
</style>
border-color css
<style>
span { border-color: #428864; }
span { border-color: rgb(66,136,100); }
td.TdClassName
{
border-color: #428864;
}
.TagClassName
{
border-color: #428864;
}
</style>