Shades of Viridian #428865
Tints of Viridian #428865
RGB
CMYK
RGB Variations
Color information
#428865 (or 0x428865) is known color: Viridian. HEX triplet: 42, 88 and 65. RGB value is (66,136,101). Sum of RGB (Red+Green+Blue) = 66+136+101=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #428865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428865 is #BD779A. Grayscale: #6F6F6F. Windows color (decimal): -12416923 or 6654018. OLE color: 6654018.
HSL color Cylindrical-coordinate representation of color #428865: hue angle of 150º 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 #428865 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 101 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.47 |
| HSL | 150º | 0.35% | 0.4% | - |
| HSV(B) | 150º | 0.51% | 0.53% | - |
| XYZ | 13.4 | 19.71 | 15.41 | - |
| YUV | 111.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 101 | 0.51 | 0 | 0.26 | 0.47 | 150 | 0.35 | 0.4 |
| Hex | 42 | 88 | 65 | 33 | 0 | 1A | 2F | 96 | 23 | 28 |
| Octal | 102 | 210 | 145 | 63 | 0 | 32 | 57 | 226 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1100101 | 110011 | 0 | 11010 | 101111 | 10010110 | 100011 | 101000 |
Color Harmonies of #428865
Complementary color
Monochromatic Colors of #428865
Black with #428865
Text Example
Text Example
White with #428865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428865; }
p { color: rgb(66,136,101); }
H1.HeaderClassName
{
color: #428865;
}
.AnyTagClassName
{
color: #428865;
}
</style>
background-color css
<style>
a { background-color: #428865; }
a { background-color: rgb(66,136,101); }
div.DivClassName
{
background-color: #428865;
}
.BgClassName
{
background-color: #428865;
}
</style>
border-color css
<style>
span { border-color: #428865; }
span { border-color: rgb(66,136,101); }
td.TdClassName
{
border-color: #428865;
}
.TagClassName
{
border-color: #428865;
}
</style>