Shades of Viridian #429370
Tints of Viridian #429370
RGB
CMYK
RGB Variations
Color information
#429370 (or 0x429370) is known color: Viridian. HEX triplet: 42, 93 and 70. RGB value is (66,147,112). Sum of RGB (Red+Green+Blue) = 66+147+112=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #429370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429370 is #BD6C8F. Grayscale: #767676. Windows color (decimal): -12414096 or 7377730. OLE color: 7377730.
HSL color Cylindrical-coordinate representation of color #429370: hue angle of 154.07º 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 #429370 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 112 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.42 |
| HSL | 154.07º | 0.38% | 0.42% | - |
| HSV(B) | 154.07º | 0.55% | 0.58% | - |
| XYZ | 15.61 | 23.2 | 18.98 | - |
| YUV | 118.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 112 | 0.55 | 0 | 0.24 | 0.42 | 154.07 | 0.38 | 0.42 |
| Hex | 42 | 93 | 70 | 37 | 0 | 18 | 2A | 9A | 26 | 2A |
| Octal | 102 | 223 | 160 | 67 | 0 | 30 | 52 | 232 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1110000 | 110111 | 0 | 11000 | 101010 | 10011010 | 100110 | 101010 |
Color Harmonies of #429370
Complementary color
Monochromatic Colors of #429370
Black with #429370
Text Example
Text Example
White with #429370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429370; }
p { color: rgb(66,147,112); }
H1.HeaderClassName
{
color: #429370;
}
.AnyTagClassName
{
color: #429370;
}
</style>
background-color css
<style>
a { background-color: #429370; }
a { background-color: rgb(66,147,112); }
div.DivClassName
{
background-color: #429370;
}
.BgClassName
{
background-color: #429370;
}
</style>
border-color css
<style>
span { border-color: #429370; }
span { border-color: rgb(66,147,112); }
td.TdClassName
{
border-color: #429370;
}
.TagClassName
{
border-color: #429370;
}
</style>