Shades of Viridian #429574
Tints of Viridian #429574
RGB
CMYK
RGB Variations
Color information
#429574 (or 0x429574) is known color: Viridian. HEX triplet: 42, 95 and 74. RGB value is (66,149,116). Sum of RGB (Red+Green+Blue) = 66+149+116=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #429574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429574 is #BD6A8B. Grayscale: #787878. Windows color (decimal): -12413580 or 7640386. OLE color: 7640386.
HSL color Cylindrical-coordinate representation of color #429574: hue angle of 156.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429574 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 116 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.42 |
| HSL | 156.14º | 0.39% | 0.42% | - |
| HSV(B) | 156.14º | 0.56% | 0.58% | - |
| XYZ | 16.15 | 23.91 | 20.29 | - |
| YUV | 120.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 116 | 0.56 | 0 | 0.22 | 0.42 | 156.14 | 0.39 | 0.42 |
| Hex | 42 | 95 | 74 | 38 | 0 | 16 | 2A | 9C | 27 | 2A |
| Octal | 102 | 225 | 164 | 70 | 0 | 26 | 52 | 234 | 47 | 52 |
| Binary | 1000010 | 10010101 | 1110100 | 111000 | 0 | 10110 | 101010 | 10011100 | 100111 | 101010 |
Color Harmonies of #429574
Complementary color
Monochromatic Colors of #429574
Black with #429574
Text Example
Text Example
White with #429574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429574; }
p { color: rgb(66,149,116); }
H1.HeaderClassName
{
color: #429574;
}
.AnyTagClassName
{
color: #429574;
}
</style>
background-color css
<style>
a { background-color: #429574; }
a { background-color: rgb(66,149,116); }
div.DivClassName
{
background-color: #429574;
}
.BgClassName
{
background-color: #429574;
}
</style>
border-color css
<style>
span { border-color: #429574; }
span { border-color: rgb(66,149,116); }
td.TdClassName
{
border-color: #429574;
}
.TagClassName
{
border-color: #429574;
}
</style>