Shades of Viridian #429078
Tints of Viridian #429078
RGB
CMYK
RGB Variations
Color information
#429078 (or 0x429078) is known color: Viridian. HEX triplet: 42, 90 and 78. RGB value is (66,144,120). Sum of RGB (Red+Green+Blue) = 66+144+120=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #429078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429078 is #BD6F87. Grayscale: #757575. Windows color (decimal): -12414856 or 7901250. OLE color: 7901250.
HSL color Cylindrical-coordinate representation of color #429078: hue angle of 161.54º 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 #429078 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 120 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.44 |
| HSL | 161.54º | 0.37% | 0.41% | - |
| HSV(B) | 161.54º | 0.54% | 0.56% | - |
| XYZ | 15.61 | 22.46 | 21.28 | - |
| YUV | 117.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 120 | 0.54 | 0 | 0.17 | 0.44 | 161.54 | 0.37 | 0.41 |
| Hex | 42 | 90 | 78 | 36 | 0 | 11 | 2C | A2 | 25 | 29 |
| Octal | 102 | 220 | 170 | 66 | 0 | 21 | 54 | 242 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1111000 | 110110 | 0 | 10001 | 101100 | 10100010 | 100101 | 101001 |
Color Harmonies of #429078
Complementary color
Monochromatic Colors of #429078
Black with #429078
Text Example
Text Example
White with #429078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429078; }
p { color: rgb(66,144,120); }
H1.HeaderClassName
{
color: #429078;
}
.AnyTagClassName
{
color: #429078;
}
</style>
background-color css
<style>
a { background-color: #429078; }
a { background-color: rgb(66,144,120); }
div.DivClassName
{
background-color: #429078;
}
.BgClassName
{
background-color: #429078;
}
</style>
border-color css
<style>
span { border-color: #429078; }
span { border-color: rgb(66,144,120); }
td.TdClassName
{
border-color: #429078;
}
.TagClassName
{
border-color: #429078;
}
</style>