Shades of Viridian #428A77
Tints of Viridian #428A77
RGB
CMYK
RGB Variations
Color information
#428A77 (or 0x428A77) is known color: Viridian. HEX triplet: 42, 8A and 77. RGB value is (66,138,119). Sum of RGB (Red+Green+Blue) = 66+138+119=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #428A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A77 is #BD7588. Grayscale: #727272. Windows color (decimal): -12416393 or 7834178. OLE color: 7834178.
HSL color Cylindrical-coordinate representation of color #428A77: hue angle of 164.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A77 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 119 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.46 |
| HSL | 164.17º | 0.35% | 0.4% | - |
| HSV(B) | 164.17º | 0.52% | 0.54% | - |
| XYZ | 14.67 | 20.67 | 20.67 | - |
| YUV | 114.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 119 | 0.52 | 0 | 0.14 | 0.46 | 164.17 | 0.35 | 0.4 |
| Hex | 42 | 8A | 77 | 34 | 0 | E | 2E | A4 | 23 | 28 |
| Octal | 102 | 212 | 167 | 64 | 0 | 16 | 56 | 244 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1110111 | 110100 | 0 | 1110 | 101110 | 10100100 | 100011 | 101000 |
Color Harmonies of #428A77
Complementary color
Monochromatic Colors of #428A77
Black with #428A77
Text Example
Text Example
White with #428A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A77; }
p { color: rgb(66,138,119); }
H1.HeaderClassName
{
color: #428A77;
}
.AnyTagClassName
{
color: #428A77;
}
</style>
background-color css
<style>
a { background-color: #428A77; }
a { background-color: rgb(66,138,119); }
div.DivClassName
{
background-color: #428A77;
}
.BgClassName
{
background-color: #428A77;
}
</style>
border-color css
<style>
span { border-color: #428A77; }
span { border-color: rgb(66,138,119); }
td.TdClassName
{
border-color: #428A77;
}
.TagClassName
{
border-color: #428A77;
}
</style>