Shades of Viridian #428D6C
Tints of Viridian #428D6C
RGB
CMYK
RGB Variations
Color information
#428D6C (or 0x428D6C) is known color: Viridian. HEX triplet: 42, 8D and 6C. RGB value is (66,141,108). Sum of RGB (Red+Green+Blue) = 66+141+108=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #428D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D6C is #BD7293. Grayscale: #727272. Windows color (decimal): -12415636 or 7114050. OLE color: 7114050.
HSL color Cylindrical-coordinate representation of color #428D6C: hue angle of 153.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D6C is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 108 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.45 |
| HSL | 153.6º | 0.36% | 0.41% | - |
| HSV(B) | 153.6º | 0.53% | 0.55% | - |
| XYZ | 14.48 | 21.29 | 17.53 | - |
| YUV | 114.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 108 | 0.53 | 0 | 0.23 | 0.45 | 153.6 | 0.36 | 0.41 |
| Hex | 42 | 8D | 6C | 35 | 0 | 17 | 2D | 9A | 24 | 29 |
| Octal | 102 | 215 | 154 | 65 | 0 | 27 | 55 | 232 | 44 | 51 |
| Binary | 1000010 | 10001101 | 1101100 | 110101 | 0 | 10111 | 101101 | 10011010 | 100100 | 101001 |
Color Harmonies of #428D6C
Complementary color
Monochromatic Colors of #428D6C
Black with #428D6C
Text Example
Text Example
White with #428D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D6C; }
p { color: rgb(66,141,108); }
H1.HeaderClassName
{
color: #428D6C;
}
.AnyTagClassName
{
color: #428D6C;
}
</style>
background-color css
<style>
a { background-color: #428D6C; }
a { background-color: rgb(66,141,108); }
div.DivClassName
{
background-color: #428D6C;
}
.BgClassName
{
background-color: #428D6C;
}
</style>
border-color css
<style>
span { border-color: #428D6C; }
span { border-color: rgb(66,141,108); }
td.TdClassName
{
border-color: #428D6C;
}
.TagClassName
{
border-color: #428D6C;
}
</style>