Shades of Viridian #428677
Tints of Viridian #428677
RGB
CMYK
RGB Variations
Color information
#428677 (or 0x428677) is known color: Viridian. HEX triplet: 42, 86 and 77. RGB value is (66,134,119). Sum of RGB (Red+Green+Blue) = 66+134+119=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #428677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428677 is #BD7988. Grayscale: #6F6F6F. Windows color (decimal): -12417417 or 7833154. OLE color: 7833154.
HSL color Cylindrical-coordinate representation of color #428677: hue angle of 166.76º 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 #428677 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 119 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.47 |
| HSL | 166.76º | 0.34% | 0.39% | - |
| HSV(B) | 166.76º | 0.51% | 0.53% | - |
| XYZ | 14.1 | 19.54 | 20.48 | - |
| YUV | 111.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 119 | 0.51 | 0 | 0.11 | 0.47 | 166.76 | 0.34 | 0.39 |
| Hex | 42 | 86 | 77 | 33 | 0 | B | 2F | A7 | 22 | 27 |
| Octal | 102 | 206 | 167 | 63 | 0 | 13 | 57 | 247 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1110111 | 110011 | 0 | 1011 | 101111 | 10100111 | 100010 | 100111 |
Color Harmonies of #428677
Complementary color
Monochromatic Colors of #428677
Black with #428677
Text Example
Text Example
White with #428677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428677; }
p { color: rgb(66,134,119); }
H1.HeaderClassName
{
color: #428677;
}
.AnyTagClassName
{
color: #428677;
}
</style>
background-color css
<style>
a { background-color: #428677; }
a { background-color: rgb(66,134,119); }
div.DivClassName
{
background-color: #428677;
}
.BgClassName
{
background-color: #428677;
}
</style>
border-color css
<style>
span { border-color: #428677; }
span { border-color: rgb(66,134,119); }
td.TdClassName
{
border-color: #428677;
}
.TagClassName
{
border-color: #428677;
}
</style>