Shades of Viridian #409073
Tints of Viridian #409073
RGB
CMYK
RGB Variations
Color information
#409073 (or 0x409073) is known color: Viridian. HEX triplet: 40, 90 and 73. RGB value is (64,144,115). Sum of RGB (Red+Green+Blue) = 64+144+115=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #409073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409073 is #BF6F8C. Grayscale: #747474. Windows color (decimal): -12545933 or 7573568. OLE color: 7573568.
HSL color Cylindrical-coordinate representation of color #409073: hue angle of 158.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409073 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 115 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.44 |
| HSL | 158.25º | 0.38% | 0.41% | - |
| HSV(B) | 158.25º | 0.56% | 0.56% | - |
| XYZ | 15.18 | 22.27 | 19.72 | - |
| YUV | 116.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 115 | 0.56 | 0 | 0.20 | 0.44 | 158.25 | 0.38 | 0.41 |
| Hex | 40 | 90 | 73 | 38 | 0 | 14 | 2C | 9E | 26 | 29 |
| Octal | 100 | 220 | 163 | 70 | 0 | 24 | 54 | 236 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1110011 | 111000 | 0 | 10100 | 101100 | 10011110 | 100110 | 101001 |
Color Harmonies of #409073
Complementary color
Monochromatic Colors of #409073
Black with #409073
Text Example
Text Example
White with #409073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409073; }
p { color: rgb(64,144,115); }
H1.HeaderClassName
{
color: #409073;
}
.AnyTagClassName
{
color: #409073;
}
</style>
background-color css
<style>
a { background-color: #409073; }
a { background-color: rgb(64,144,115); }
div.DivClassName
{
background-color: #409073;
}
.BgClassName
{
background-color: #409073;
}
</style>
border-color css
<style>
span { border-color: #409073; }
span { border-color: rgb(64,144,115); }
td.TdClassName
{
border-color: #409073;
}
.TagClassName
{
border-color: #409073;
}
</style>