Shades of Viridian #429377
Tints of Viridian #429377
RGB
CMYK
RGB Variations
Color information
#429377 (or 0x429377) is known color: Viridian. HEX triplet: 42, 93 and 77. RGB value is (66,147,119). Sum of RGB (Red+Green+Blue) = 66+147+119=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #429377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429377 is #BD6C88. Grayscale: #777777. Windows color (decimal): -12414089 or 7836482. OLE color: 7836482.
HSL color Cylindrical-coordinate representation of color #429377: hue angle of 159.26º 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 #429377 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 119 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.42 |
| HSL | 159.26º | 0.38% | 0.42% | - |
| HSV(B) | 159.26º | 0.55% | 0.58% | - |
| XYZ | 16.01 | 23.36 | 21.12 | - |
| YUV | 119.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 119 | 0.55 | 0 | 0.19 | 0.42 | 159.26 | 0.38 | 0.42 |
| Hex | 42 | 93 | 77 | 37 | 0 | 13 | 2A | 9F | 26 | 2A |
| Octal | 102 | 223 | 167 | 67 | 0 | 23 | 52 | 237 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1110111 | 110111 | 0 | 10011 | 101010 | 10011111 | 100110 | 101010 |
Color Harmonies of #429377
Complementary color
Monochromatic Colors of #429377
Black with #429377
Text Example
Text Example
White with #429377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429377; }
p { color: rgb(66,147,119); }
H1.HeaderClassName
{
color: #429377;
}
.AnyTagClassName
{
color: #429377;
}
</style>
background-color css
<style>
a { background-color: #429377; }
a { background-color: rgb(66,147,119); }
div.DivClassName
{
background-color: #429377;
}
.BgClassName
{
background-color: #429377;
}
</style>
border-color css
<style>
span { border-color: #429377; }
span { border-color: rgb(66,147,119); }
td.TdClassName
{
border-color: #429377;
}
.TagClassName
{
border-color: #429377;
}
</style>