Shades of Viridian #409075
Tints of Viridian #409075
RGB
CMYK
RGB Variations
Color information
#409075 (or 0x409075) is known color: Viridian. HEX triplet: 40, 90 and 75. RGB value is (64,144,117). Sum of RGB (Red+Green+Blue) = 64+144+117=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #409075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409075 is #BF6F8A. Grayscale: #757575. Windows color (decimal): -12545931 or 7704640. OLE color: 7704640.
HSL color Cylindrical-coordinate representation of color #409075: hue angle of 159.75º 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 #409075 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 117 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.44 |
| HSL | 159.75º | 0.38% | 0.41% | - |
| HSV(B) | 159.75º | 0.56% | 0.56% | - |
| XYZ | 15.3 | 22.32 | 20.33 | - |
| YUV | 117 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 117 | 0.56 | 0 | 0.19 | 0.44 | 159.75 | 0.38 | 0.41 |
| Hex | 40 | 90 | 75 | 38 | 0 | 13 | 2C | A0 | 26 | 29 |
| Octal | 100 | 220 | 165 | 70 | 0 | 23 | 54 | 240 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1110101 | 111000 | 0 | 10011 | 101100 | 10100000 | 100110 | 101001 |
Color Harmonies of #409075
Complementary color
Monochromatic Colors of #409075
Black with #409075
Text Example
Text Example
White with #409075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409075; }
p { color: rgb(64,144,117); }
H1.HeaderClassName
{
color: #409075;
}
.AnyTagClassName
{
color: #409075;
}
</style>
background-color css
<style>
a { background-color: #409075; }
a { background-color: rgb(64,144,117); }
div.DivClassName
{
background-color: #409075;
}
.BgClassName
{
background-color: #409075;
}
</style>
border-color css
<style>
span { border-color: #409075; }
span { border-color: rgb(64,144,117); }
td.TdClassName
{
border-color: #409075;
}
.TagClassName
{
border-color: #409075;
}
</style>