Shades of Viridian #428272
Tints of Viridian #428272
RGB
CMYK
RGB Variations
Color information
#428272 (or 0x428272) is known color: Viridian. HEX triplet: 42, 82 and 72. RGB value is (66,130,114). Sum of RGB (Red+Green+Blue) = 66+130+114=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #428272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428272 is #BD7D8D. Grayscale: #6D6D6D. Windows color (decimal): -12418446 or 7504450. OLE color: 7504450.
HSL color Cylindrical-coordinate representation of color #428272: hue angle of 165º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428272 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 114 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.49 |
| HSL | 165º | 0.33% | 0.38% | - |
| HSV(B) | 165º | 0.49% | 0.51% | - |
| XYZ | 13.27 | 18.34 | 18.76 | - |
| YUV | 109.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 114 | 0.49 | 0 | 0.12 | 0.49 | 165 | 0.33 | 0.38 |
| Hex | 42 | 82 | 72 | 31 | 0 | C | 31 | A5 | 21 | 26 |
| Octal | 102 | 202 | 162 | 61 | 0 | 14 | 61 | 245 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1110010 | 110001 | 0 | 1100 | 110001 | 10100101 | 100001 | 100110 |
Color Harmonies of #428272
Complementary color
Monochromatic Colors of #428272
Black with #428272
Text Example
Text Example
White with #428272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428272; }
p { color: rgb(66,130,114); }
H1.HeaderClassName
{
color: #428272;
}
.AnyTagClassName
{
color: #428272;
}
</style>
background-color css
<style>
a { background-color: #428272; }
a { background-color: rgb(66,130,114); }
div.DivClassName
{
background-color: #428272;
}
.BgClassName
{
background-color: #428272;
}
</style>
border-color css
<style>
span { border-color: #428272; }
span { border-color: rgb(66,130,114); }
td.TdClassName
{
border-color: #428272;
}
.TagClassName
{
border-color: #428272;
}
</style>