Shades of Viridian #428878
Tints of Viridian #428878
RGB
CMYK
RGB Variations
Color information
#428878 (or 0x428878) is known color: Viridian. HEX triplet: 42, 88 and 78. RGB value is (66,136,120). Sum of RGB (Red+Green+Blue) = 66+136+120=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #428878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428878 is #BD7787. Grayscale: #717171. Windows color (decimal): -12416904 or 7899202. OLE color: 7899202.
HSL color Cylindrical-coordinate representation of color #428878: hue angle of 166.29º 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 #428878 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 120 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.47 |
| HSL | 166.29º | 0.35% | 0.4% | - |
| HSV(B) | 166.29º | 0.51% | 0.53% | - |
| XYZ | 14.44 | 20.12 | 20.89 | - |
| YUV | 113.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 120 | 0.51 | 0 | 0.12 | 0.47 | 166.29 | 0.35 | 0.4 |
| Hex | 42 | 88 | 78 | 33 | 0 | C | 2F | A6 | 23 | 28 |
| Octal | 102 | 210 | 170 | 63 | 0 | 14 | 57 | 246 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1111000 | 110011 | 0 | 1100 | 101111 | 10100110 | 100011 | 101000 |
Color Harmonies of #428878
Complementary color
Monochromatic Colors of #428878
Black with #428878
Text Example
Text Example
White with #428878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428878; }
p { color: rgb(66,136,120); }
H1.HeaderClassName
{
color: #428878;
}
.AnyTagClassName
{
color: #428878;
}
</style>
background-color css
<style>
a { background-color: #428878; }
a { background-color: rgb(66,136,120); }
div.DivClassName
{
background-color: #428878;
}
.BgClassName
{
background-color: #428878;
}
</style>
border-color css
<style>
span { border-color: #428878; }
span { border-color: rgb(66,136,120); }
td.TdClassName
{
border-color: #428878;
}
.TagClassName
{
border-color: #428878;
}
</style>