Shades of Viridian #428777
Tints of Viridian #428777
RGB
CMYK
RGB Variations
Color information
#428777 (or 0x428777) is known color: Viridian. HEX triplet: 42, 87 and 77. RGB value is (66,135,119). Sum of RGB (Red+Green+Blue) = 66+135+119=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #428777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428777 is #BD7888. Grayscale: #707070. Windows color (decimal): -12417161 or 7833410. OLE color: 7833410.
HSL color Cylindrical-coordinate representation of color #428777: hue angle of 166.09º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428777 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 119 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.47 |
| HSL | 166.09º | 0.34% | 0.39% | - |
| HSV(B) | 166.09º | 0.51% | 0.53% | - |
| XYZ | 14.24 | 19.82 | 20.53 | - |
| YUV | 112.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 119 | 0.51 | 0 | 0.12 | 0.47 | 166.09 | 0.34 | 0.39 |
| Hex | 42 | 87 | 77 | 33 | 0 | C | 2F | A6 | 22 | 27 |
| Octal | 102 | 207 | 167 | 63 | 0 | 14 | 57 | 246 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1110111 | 110011 | 0 | 1100 | 101111 | 10100110 | 100010 | 100111 |
Color Harmonies of #428777
Complementary color
Monochromatic Colors of #428777
Black with #428777
Text Example
Text Example
White with #428777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428777; }
p { color: rgb(66,135,119); }
H1.HeaderClassName
{
color: #428777;
}
.AnyTagClassName
{
color: #428777;
}
</style>
background-color css
<style>
a { background-color: #428777; }
a { background-color: rgb(66,135,119); }
div.DivClassName
{
background-color: #428777;
}
.BgClassName
{
background-color: #428777;
}
</style>
border-color css
<style>
span { border-color: #428777; }
span { border-color: rgb(66,135,119); }
td.TdClassName
{
border-color: #428777;
}
.TagClassName
{
border-color: #428777;
}
</style>