Shades of Viridian #409475
Tints of Viridian #409475
RGB
CMYK
RGB Variations
Color information
#409475 (or 0x409475) is known color: Viridian. HEX triplet: 40, 94 and 75. RGB value is (64,148,117). Sum of RGB (Red+Green+Blue) = 64+148+117=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #409475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409475 is #BF6B8A. Grayscale: #777777. Windows color (decimal): -12544907 or 7705664. OLE color: 7705664.
HSL color Cylindrical-coordinate representation of color #409475: hue angle of 157.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409475 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 117 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.42 |
| HSL | 157.86º | 0.4% | 0.42% | - |
| HSV(B) | 157.86º | 0.57% | 0.58% | - |
| XYZ | 15.92 | 23.55 | 20.54 | - |
| YUV | 119.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 117 | 0.57 | 0 | 0.21 | 0.42 | 157.86 | 0.4 | 0.42 |
| Hex | 40 | 94 | 75 | 39 | 0 | 15 | 2A | 9E | 28 | 2A |
| Octal | 100 | 224 | 165 | 71 | 0 | 25 | 52 | 236 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1110101 | 111001 | 0 | 10101 | 101010 | 10011110 | 101000 | 101010 |
Color Harmonies of #409475
Complementary color
Monochromatic Colors of #409475
Black with #409475
Text Example
Text Example
White with #409475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409475; }
p { color: rgb(64,148,117); }
H1.HeaderClassName
{
color: #409475;
}
.AnyTagClassName
{
color: #409475;
}
</style>
background-color css
<style>
a { background-color: #409475; }
a { background-color: rgb(64,148,117); }
div.DivClassName
{
background-color: #409475;
}
.BgClassName
{
background-color: #409475;
}
</style>
border-color css
<style>
span { border-color: #409475; }
span { border-color: rgb(64,148,117); }
td.TdClassName
{
border-color: #409475;
}
.TagClassName
{
border-color: #409475;
}
</style>