Shades of Viridian #429073
Tints of Viridian #429073
RGB
CMYK
RGB Variations
Color information
#429073 (or 0x429073) is known color: Viridian. HEX triplet: 42, 90 and 73. RGB value is (66,144,115). Sum of RGB (Red+Green+Blue) = 66+144+115=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #429073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429073 is #BD6F8C. Grayscale: #757575. Windows color (decimal): -12414861 or 7573570. OLE color: 7573570.
HSL color Cylindrical-coordinate representation of color #429073: hue angle of 157.69º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429073 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 115 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.44 |
| HSL | 157.69º | 0.37% | 0.41% | - |
| HSV(B) | 157.69º | 0.54% | 0.56% | - |
| XYZ | 15.31 | 22.34 | 19.73 | - |
| YUV | 117.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 115 | 0.54 | 0 | 0.20 | 0.44 | 157.69 | 0.37 | 0.41 |
| Hex | 42 | 90 | 73 | 36 | 0 | 14 | 2C | 9E | 25 | 29 |
| Octal | 102 | 220 | 163 | 66 | 0 | 24 | 54 | 236 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1110011 | 110110 | 0 | 10100 | 101100 | 10011110 | 100101 | 101001 |
Color Harmonies of #429073
Complementary color
Monochromatic Colors of #429073
Black with #429073
Text Example
Text Example
White with #429073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429073; }
p { color: rgb(66,144,115); }
H1.HeaderClassName
{
color: #429073;
}
.AnyTagClassName
{
color: #429073;
}
</style>
background-color css
<style>
a { background-color: #429073; }
a { background-color: rgb(66,144,115); }
div.DivClassName
{
background-color: #429073;
}
.BgClassName
{
background-color: #429073;
}
</style>
border-color css
<style>
span { border-color: #429073; }
span { border-color: rgb(66,144,115); }
td.TdClassName
{
border-color: #429073;
}
.TagClassName
{
border-color: #429073;
}
</style>