Shades of Viridian #428D75
Tints of Viridian #428D75
RGB
CMYK
RGB Variations
Color information
#428D75 (or 0x428D75) is known color: Viridian. HEX triplet: 42, 8D and 75. RGB value is (66,141,117). Sum of RGB (Red+Green+Blue) = 66+141+117=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #428D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D75 is #BD728A. Grayscale: #737373. Windows color (decimal): -12415627 or 7703874. OLE color: 7703874.
HSL color Cylindrical-coordinate representation of color #428D75: hue angle of 160.8º 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 #428D75 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 141 | 117 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.45 |
| HSL | 160.8º | 0.36% | 0.41% | - |
| HSV(B) | 160.8º | 0.53% | 0.55% | - |
| XYZ | 14.98 | 21.49 | 20.19 | - |
| YUV | 115.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 117 | 0.53 | 0 | 0.17 | 0.45 | 160.8 | 0.36 | 0.41 |
| Hex | 42 | 8D | 75 | 35 | 0 | 11 | 2D | A1 | 24 | 29 |
| Octal | 102 | 215 | 165 | 65 | 0 | 21 | 55 | 241 | 44 | 51 |
| Binary | 1000010 | 10001101 | 1110101 | 110101 | 0 | 10001 | 101101 | 10100001 | 100100 | 101001 |
Color Harmonies of #428D75
Complementary color
Monochromatic Colors of #428D75
Black with #428D75
Text Example
Text Example
White with #428D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428D75; }
p { color: rgb(66,141,117); }
H1.HeaderClassName
{
color: #428D75;
}
.AnyTagClassName
{
color: #428D75;
}
</style>
background-color css
<style>
a { background-color: #428D75; }
a { background-color: rgb(66,141,117); }
div.DivClassName
{
background-color: #428D75;
}
.BgClassName
{
background-color: #428D75;
}
</style>
border-color css
<style>
span { border-color: #428D75; }
span { border-color: rgb(66,141,117); }
td.TdClassName
{
border-color: #428D75;
}
.TagClassName
{
border-color: #428D75;
}
</style>