Shades of Viridian #409376
Tints of Viridian #409376
RGB
CMYK
RGB Variations
Color information
#409376 (or 0x409376) is known color: Viridian. HEX triplet: 40, 93 and 76. RGB value is (64,147,118). Sum of RGB (Red+Green+Blue) = 64+147+118=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #409376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409376 is #BF6C89. Grayscale: #767676. Windows color (decimal): -12545162 or 7770944. OLE color: 7770944.
HSL color Cylindrical-coordinate representation of color #409376: hue angle of 159.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409376 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 118 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.42 |
| HSL | 159.04º | 0.39% | 0.41% | - |
| HSV(B) | 159.04º | 0.56% | 0.58% | - |
| XYZ | 15.82 | 23.27 | 20.8 | - |
| YUV | 118.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 118 | 0.56 | 0 | 0.20 | 0.42 | 159.04 | 0.39 | 0.41 |
| Hex | 40 | 93 | 76 | 38 | 0 | 14 | 2A | 9F | 27 | 29 |
| Octal | 100 | 223 | 166 | 70 | 0 | 24 | 52 | 237 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1110110 | 111000 | 0 | 10100 | 101010 | 10011111 | 100111 | 101001 |
Color Harmonies of #409376
Complementary color
Monochromatic Colors of #409376
Black with #409376
Text Example
Text Example
White with #409376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409376; }
p { color: rgb(64,147,118); }
H1.HeaderClassName
{
color: #409376;
}
.AnyTagClassName
{
color: #409376;
}
</style>
background-color css
<style>
a { background-color: #409376; }
a { background-color: rgb(64,147,118); }
div.DivClassName
{
background-color: #409376;
}
.BgClassName
{
background-color: #409376;
}
</style>
border-color css
<style>
span { border-color: #409376; }
span { border-color: rgb(64,147,118); }
td.TdClassName
{
border-color: #409376;
}
.TagClassName
{
border-color: #409376;
}
</style>