Shades of Viridian #429175
Tints of Viridian #429175
RGB
CMYK
RGB Variations
Color information
#429175 (or 0x429175) is known color: Viridian. HEX triplet: 42, 91 and 75. RGB value is (66,145,117). Sum of RGB (Red+Green+Blue) = 66+145+117=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #429175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429175 is #BD6E8A. Grayscale: #767676. Windows color (decimal): -12414603 or 7704898. OLE color: 7704898.
HSL color Cylindrical-coordinate representation of color #429175: hue angle of 158.73º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429175 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 117 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.43 |
| HSL | 158.73º | 0.37% | 0.41% | - |
| HSV(B) | 158.73º | 0.54% | 0.57% | - |
| XYZ | 15.58 | 22.69 | 20.39 | - |
| YUV | 118.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 117 | 0.54 | 0 | 0.19 | 0.43 | 158.73 | 0.37 | 0.41 |
| Hex | 42 | 91 | 75 | 36 | 0 | 13 | 2B | 9F | 25 | 29 |
| Octal | 102 | 221 | 165 | 66 | 0 | 23 | 53 | 237 | 45 | 51 |
| Binary | 1000010 | 10010001 | 1110101 | 110110 | 0 | 10011 | 101011 | 10011111 | 100101 | 101001 |
Color Harmonies of #429175
Complementary color
Monochromatic Colors of #429175
Black with #429175
Text Example
Text Example
White with #429175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429175; }
p { color: rgb(66,145,117); }
H1.HeaderClassName
{
color: #429175;
}
.AnyTagClassName
{
color: #429175;
}
</style>
background-color css
<style>
a { background-color: #429175; }
a { background-color: rgb(66,145,117); }
div.DivClassName
{
background-color: #429175;
}
.BgClassName
{
background-color: #429175;
}
</style>
border-color css
<style>
span { border-color: #429175; }
span { border-color: rgb(66,145,117); }
td.TdClassName
{
border-color: #429175;
}
.TagClassName
{
border-color: #429175;
}
</style>