Shades of Viridian #429375
Tints of Viridian #429375
RGB
CMYK
RGB Variations
Color information
#429375 (or 0x429375) is known color: Viridian. HEX triplet: 42, 93 and 75. RGB value is (66,147,117). Sum of RGB (Red+Green+Blue) = 66+147+117=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #429375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429375 is #BD6C8A. Grayscale: #777777. Windows color (decimal): -12414091 or 7705410. OLE color: 7705410.
HSL color Cylindrical-coordinate representation of color #429375: hue angle of 157.78º 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 #429375 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 117 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.42 |
| HSL | 157.78º | 0.38% | 0.42% | - |
| HSV(B) | 157.78º | 0.55% | 0.58% | - |
| XYZ | 15.89 | 23.31 | 20.49 | - |
| YUV | 119.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 117 | 0.55 | 0 | 0.20 | 0.42 | 157.78 | 0.38 | 0.42 |
| Hex | 42 | 93 | 75 | 37 | 0 | 14 | 2A | 9E | 26 | 2A |
| Octal | 102 | 223 | 165 | 67 | 0 | 24 | 52 | 236 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1110101 | 110111 | 0 | 10100 | 101010 | 10011110 | 100110 | 101010 |
Color Harmonies of #429375
Complementary color
Monochromatic Colors of #429375
Black with #429375
Text Example
Text Example
White with #429375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429375; }
p { color: rgb(66,147,117); }
H1.HeaderClassName
{
color: #429375;
}
.AnyTagClassName
{
color: #429375;
}
</style>
background-color css
<style>
a { background-color: #429375; }
a { background-color: rgb(66,147,117); }
div.DivClassName
{
background-color: #429375;
}
.BgClassName
{
background-color: #429375;
}
</style>
border-color css
<style>
span { border-color: #429375; }
span { border-color: rgb(66,147,117); }
td.TdClassName
{
border-color: #429375;
}
.TagClassName
{
border-color: #429375;
}
</style>