Shades of Viridian #429372
Tints of Viridian #429372
RGB
CMYK
RGB Variations
Color information
#429372 (or 0x429372) is known color: Viridian. HEX triplet: 42, 93 and 72. RGB value is (66,147,114). Sum of RGB (Red+Green+Blue) = 66+147+114=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #429372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429372 is #BD6C8D. Grayscale: #777777. Windows color (decimal): -12414094 or 7508802. OLE color: 7508802.
HSL color Cylindrical-coordinate representation of color #429372: hue angle of 155.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429372 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 114 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.42 |
| HSL | 155.56º | 0.38% | 0.42% | - |
| HSV(B) | 155.56º | 0.55% | 0.58% | - |
| XYZ | 15.72 | 23.24 | 19.58 | - |
| YUV | 119.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 114 | 0.55 | 0 | 0.22 | 0.42 | 155.56 | 0.38 | 0.42 |
| Hex | 42 | 93 | 72 | 37 | 0 | 16 | 2A | 9C | 26 | 2A |
| Octal | 102 | 223 | 162 | 67 | 0 | 26 | 52 | 234 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1110010 | 110111 | 0 | 10110 | 101010 | 10011100 | 100110 | 101010 |
Color Harmonies of #429372
Complementary color
Monochromatic Colors of #429372
Black with #429372
Text Example
Text Example
White with #429372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429372; }
p { color: rgb(66,147,114); }
H1.HeaderClassName
{
color: #429372;
}
.AnyTagClassName
{
color: #429372;
}
</style>
background-color css
<style>
a { background-color: #429372; }
a { background-color: rgb(66,147,114); }
div.DivClassName
{
background-color: #429372;
}
.BgClassName
{
background-color: #429372;
}
</style>
border-color css
<style>
span { border-color: #429372; }
span { border-color: rgb(66,147,114); }
td.TdClassName
{
border-color: #429372;
}
.TagClassName
{
border-color: #429372;
}
</style>