Shades of Viridian #428575
Tints of Viridian #428575
RGB
CMYK
RGB Variations
Color information
#428575 (or 0x428575) is known color: Viridian. HEX triplet: 42, 85 and 75. RGB value is (66,133,117). Sum of RGB (Red+Green+Blue) = 66+133+117=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #428575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428575 is #BD7A8A. Grayscale: #6F6F6F. Windows color (decimal): -12417675 or 7701826. OLE color: 7701826.
HSL color Cylindrical-coordinate representation of color #428575: hue angle of 165.67º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428575 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 117 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.48 |
| HSL | 165.67º | 0.34% | 0.39% | - |
| HSV(B) | 165.67º | 0.5% | 0.52% | - |
| XYZ | 13.85 | 19.22 | 19.81 | - |
| YUV | 111.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 117 | 0.50 | 0 | 0.12 | 0.48 | 165.67 | 0.34 | 0.39 |
| Hex | 42 | 85 | 75 | 32 | 0 | C | 30 | A6 | 22 | 27 |
| Octal | 102 | 205 | 165 | 62 | 0 | 14 | 60 | 246 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1110101 | 110010 | 0 | 1100 | 110000 | 10100110 | 100010 | 100111 |
Color Harmonies of #428575
Complementary color
Monochromatic Colors of #428575
Black with #428575
Text Example
Text Example
White with #428575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428575; }
p { color: rgb(66,133,117); }
H1.HeaderClassName
{
color: #428575;
}
.AnyTagClassName
{
color: #428575;
}
</style>
background-color css
<style>
a { background-color: #428575; }
a { background-color: rgb(66,133,117); }
div.DivClassName
{
background-color: #428575;
}
.BgClassName
{
background-color: #428575;
}
</style>
border-color css
<style>
span { border-color: #428575; }
span { border-color: rgb(66,133,117); }
td.TdClassName
{
border-color: #428575;
}
.TagClassName
{
border-color: #428575;
}
</style>