Shades of Viridian #409671
Tints of Viridian #409671
RGB
CMYK
RGB Variations
Color information
#409671 (or 0x409671) is known color: Viridian. HEX triplet: 40, 96 and 71. RGB value is (64,150,113). Sum of RGB (Red+Green+Blue) = 64+150+113=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #409671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409671 is #BF698E. Grayscale: #787878. Windows color (decimal): -12544399 or 7444032. OLE color: 7444032.
HSL color Cylindrical-coordinate representation of color #409671: hue angle of 154.19º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409671 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 113 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.41 |
| HSL | 154.19º | 0.4% | 0.42% | - |
| HSV(B) | 154.19º | 0.57% | 0.59% | - |
| XYZ | 16 | 24.09 | 19.43 | - |
| YUV | 120.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 113 | 0.57 | 0 | 0.25 | 0.41 | 154.19 | 0.4 | 0.42 |
| Hex | 40 | 96 | 71 | 39 | 0 | 19 | 29 | 9A | 28 | 2A |
| Octal | 100 | 226 | 161 | 71 | 0 | 31 | 51 | 232 | 50 | 52 |
| Binary | 1000000 | 10010110 | 1110001 | 111001 | 0 | 11001 | 101001 | 10011010 | 101000 | 101010 |
Color Harmonies of #409671
Complementary color
Monochromatic Colors of #409671
Black with #409671
Text Example
Text Example
White with #409671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409671; }
p { color: rgb(64,150,113); }
H1.HeaderClassName
{
color: #409671;
}
.AnyTagClassName
{
color: #409671;
}
</style>
background-color css
<style>
a { background-color: #409671; }
a { background-color: rgb(64,150,113); }
div.DivClassName
{
background-color: #409671;
}
.BgClassName
{
background-color: #409671;
}
</style>
border-color css
<style>
span { border-color: #409671; }
span { border-color: rgb(64,150,113); }
td.TdClassName
{
border-color: #409671;
}
.TagClassName
{
border-color: #409671;
}
</style>