Shades of Viridian #428E6E
Tints of Viridian #428E6E
RGB
CMYK
RGB Variations
Color information
#428E6E (or 0x428E6E) is known color: Viridian. HEX triplet: 42, 8E and 6E. RGB value is (66,142,110). Sum of RGB (Red+Green+Blue) = 66+142+110=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #428E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E6E is #BD7191. Grayscale: #737373. Windows color (decimal): -12415378 or 7245378. OLE color: 7245378.
HSL color Cylindrical-coordinate representation of color #428E6E: hue angle of 154.74º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E6E is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 110 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.44 |
| HSL | 154.74º | 0.37% | 0.41% | - |
| HSV(B) | 154.74º | 0.54% | 0.56% | - |
| XYZ | 14.73 | 21.63 | 18.15 | - |
| YUV | 115.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 110 | 0.54 | 0 | 0.23 | 0.44 | 154.74 | 0.37 | 0.41 |
| Hex | 42 | 8E | 6E | 36 | 0 | 17 | 2C | 9B | 25 | 29 |
| Octal | 102 | 216 | 156 | 66 | 0 | 27 | 54 | 233 | 45 | 51 |
| Binary | 1000010 | 10001110 | 1101110 | 110110 | 0 | 10111 | 101100 | 10011011 | 100101 | 101001 |
Color Harmonies of #428E6E
Complementary color
Monochromatic Colors of #428E6E
Black with #428E6E
Text Example
Text Example
White with #428E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E6E; }
p { color: rgb(66,142,110); }
H1.HeaderClassName
{
color: #428E6E;
}
.AnyTagClassName
{
color: #428E6E;
}
</style>
background-color css
<style>
a { background-color: #428E6E; }
a { background-color: rgb(66,142,110); }
div.DivClassName
{
background-color: #428E6E;
}
.BgClassName
{
background-color: #428E6E;
}
</style>
border-color css
<style>
span { border-color: #428E6E; }
span { border-color: rgb(66,142,110); }
td.TdClassName
{
border-color: #428E6E;
}
.TagClassName
{
border-color: #428E6E;
}
</style>