Shades of Viridian #428778
Tints of Viridian #428778
RGB
CMYK
RGB Variations
Color information
#428778 (or 0x428778) is known color: Viridian. HEX triplet: 42, 87 and 78. RGB value is (66,135,120). Sum of RGB (Red+Green+Blue) = 66+135+120=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #428778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428778 is #BD7887. Grayscale: #707070. Windows color (decimal): -12417160 or 7898946. OLE color: 7898946.
HSL color Cylindrical-coordinate representation of color #428778: hue angle of 166.96º 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 #428778 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 120 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.47 |
| HSL | 166.96º | 0.34% | 0.39% | - |
| HSV(B) | 166.96º | 0.51% | 0.53% | - |
| XYZ | 14.3 | 19.84 | 20.85 | - |
| YUV | 112.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 120 | 0.51 | 0 | 0.11 | 0.47 | 166.96 | 0.34 | 0.39 |
| Hex | 42 | 87 | 78 | 33 | 0 | B | 2F | A7 | 22 | 27 |
| Octal | 102 | 207 | 170 | 63 | 0 | 13 | 57 | 247 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1111000 | 110011 | 0 | 1011 | 101111 | 10100111 | 100010 | 100111 |
Color Harmonies of #428778
Complementary color
Monochromatic Colors of #428778
Black with #428778
Text Example
Text Example
White with #428778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428778; }
p { color: rgb(66,135,120); }
H1.HeaderClassName
{
color: #428778;
}
.AnyTagClassName
{
color: #428778;
}
</style>
background-color css
<style>
a { background-color: #428778; }
a { background-color: rgb(66,135,120); }
div.DivClassName
{
background-color: #428778;
}
.BgClassName
{
background-color: #428778;
}
</style>
border-color css
<style>
span { border-color: #428778; }
span { border-color: rgb(66,135,120); }
td.TdClassName
{
border-color: #428778;
}
.TagClassName
{
border-color: #428778;
}
</style>