Shades of Viridian #429270
Tints of Viridian #429270
RGB
CMYK
RGB Variations
Color information
#429270 (or 0x429270) is known color: Viridian. HEX triplet: 42, 92 and 70. RGB value is (66,146,112). Sum of RGB (Red+Green+Blue) = 66+146+112=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #429270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429270 is #BD6D8F. Grayscale: #767676. Windows color (decimal): -12414352 or 7377474. OLE color: 7377474.
HSL color Cylindrical-coordinate representation of color #429270: hue angle of 154.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429270 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 112 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.43 |
| HSL | 154.5º | 0.38% | 0.42% | - |
| HSV(B) | 154.5º | 0.55% | 0.57% | - |
| XYZ | 15.45 | 22.89 | 18.93 | - |
| YUV | 118.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 112 | 0.55 | 0 | 0.23 | 0.43 | 154.5 | 0.38 | 0.42 |
| Hex | 42 | 92 | 70 | 37 | 0 | 17 | 2B | 9A | 26 | 2A |
| Octal | 102 | 222 | 160 | 67 | 0 | 27 | 53 | 232 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1110000 | 110111 | 0 | 10111 | 101011 | 10011010 | 100110 | 101010 |
Color Harmonies of #429270
Complementary color
Monochromatic Colors of #429270
Black with #429270
Text Example
Text Example
White with #429270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429270; }
p { color: rgb(66,146,112); }
H1.HeaderClassName
{
color: #429270;
}
.AnyTagClassName
{
color: #429270;
}
</style>
background-color css
<style>
a { background-color: #429270; }
a { background-color: rgb(66,146,112); }
div.DivClassName
{
background-color: #429270;
}
.BgClassName
{
background-color: #429270;
}
</style>
border-color css
<style>
span { border-color: #429270; }
span { border-color: rgb(66,146,112); }
td.TdClassName
{
border-color: #429270;
}
.TagClassName
{
border-color: #429270;
}
</style>