Shades of Viridian #428273
Tints of Viridian #428273
RGB
CMYK
RGB Variations
Color information
#428273 (or 0x428273) is known color: Viridian. HEX triplet: 42, 82 and 73. RGB value is (66,130,115). Sum of RGB (Red+Green+Blue) = 66+130+115=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #428273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428273 is #BD7D8C. Grayscale: #6D6D6D. Windows color (decimal): -12418445 or 7569986. OLE color: 7569986.
HSL color Cylindrical-coordinate representation of color #428273: hue angle of 165.94º 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 #428273 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 115 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.49 |
| HSL | 165.94º | 0.33% | 0.38% | - |
| HSV(B) | 165.94º | 0.49% | 0.51% | - |
| XYZ | 13.32 | 18.36 | 19.06 | - |
| YUV | 109.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 115 | 0.49 | 0 | 0.12 | 0.49 | 165.94 | 0.33 | 0.38 |
| Hex | 42 | 82 | 73 | 31 | 0 | C | 31 | A6 | 21 | 26 |
| Octal | 102 | 202 | 163 | 61 | 0 | 14 | 61 | 246 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1110011 | 110001 | 0 | 1100 | 110001 | 10100110 | 100001 | 100110 |
Color Harmonies of #428273
Complementary color
Monochromatic Colors of #428273
Black with #428273
Text Example
Text Example
White with #428273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428273; }
p { color: rgb(66,130,115); }
H1.HeaderClassName
{
color: #428273;
}
.AnyTagClassName
{
color: #428273;
}
</style>
background-color css
<style>
a { background-color: #428273; }
a { background-color: rgb(66,130,115); }
div.DivClassName
{
background-color: #428273;
}
.BgClassName
{
background-color: #428273;
}
</style>
border-color css
<style>
span { border-color: #428273; }
span { border-color: rgb(66,130,115); }
td.TdClassName
{
border-color: #428273;
}
.TagClassName
{
border-color: #428273;
}
</style>