Shades of Viridian #429075
Tints of Viridian #429075
RGB
CMYK
RGB Variations
Color information
#429075 (or 0x429075) is known color: Viridian. HEX triplet: 42, 90 and 75. RGB value is (66,144,117). Sum of RGB (Red+Green+Blue) = 66+144+117=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #429075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429075 is #BD6F8A. Grayscale: #757575. Windows color (decimal): -12414859 or 7704642. OLE color: 7704642.
HSL color Cylindrical-coordinate representation of color #429075: hue angle of 159.23º 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 #429075 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 117 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.44 |
| HSL | 159.23º | 0.37% | 0.41% | - |
| HSV(B) | 159.23º | 0.54% | 0.56% | - |
| XYZ | 15.43 | 22.39 | 20.34 | - |
| YUV | 117.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 117 | 0.54 | 0 | 0.19 | 0.44 | 159.23 | 0.37 | 0.41 |
| Hex | 42 | 90 | 75 | 36 | 0 | 13 | 2C | 9F | 25 | 29 |
| Octal | 102 | 220 | 165 | 66 | 0 | 23 | 54 | 237 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1110101 | 110110 | 0 | 10011 | 101100 | 10011111 | 100101 | 101001 |
Color Harmonies of #429075
Complementary color
Monochromatic Colors of #429075
Black with #429075
Text Example
Text Example
White with #429075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429075; }
p { color: rgb(66,144,117); }
H1.HeaderClassName
{
color: #429075;
}
.AnyTagClassName
{
color: #429075;
}
</style>
background-color css
<style>
a { background-color: #429075; }
a { background-color: rgb(66,144,117); }
div.DivClassName
{
background-color: #429075;
}
.BgClassName
{
background-color: #429075;
}
</style>
border-color css
<style>
span { border-color: #429075; }
span { border-color: rgb(66,144,117); }
td.TdClassName
{
border-color: #429075;
}
.TagClassName
{
border-color: #429075;
}
</style>