Shades of Viridian #409874
Tints of Viridian #409874
RGB
CMYK
RGB Variations
Color information
#409874 (or 0x409874) is known color: Viridian. HEX triplet: 40, 98 and 74. RGB value is (64,152,116). Sum of RGB (Red+Green+Blue) = 64+152+116=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #409874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409874 is #BF678B. Grayscale: #797979. Windows color (decimal): -12543884 or 7641152. OLE color: 7641152.
HSL color Cylindrical-coordinate representation of color #409874: hue angle of 155.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409874 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 116 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.40 |
| HSL | 155.45º | 0.41% | 0.42% | - |
| HSV(B) | 155.45º | 0.58% | 0.6% | - |
| XYZ | 16.49 | 24.81 | 20.44 | - |
| YUV | 121.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 116 | 0.58 | 0 | 0.24 | 0.40 | 155.45 | 0.41 | 0.42 |
| Hex | 40 | 98 | 74 | 3A | 0 | 18 | 28 | 9B | 29 | 2A |
| Octal | 100 | 230 | 164 | 72 | 0 | 30 | 50 | 233 | 51 | 52 |
| Binary | 1000000 | 10011000 | 1110100 | 111010 | 0 | 11000 | 101000 | 10011011 | 101001 | 101010 |
Color Harmonies of #409874
Complementary color
Monochromatic Colors of #409874
Black with #409874
Text Example
Text Example
White with #409874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409874; }
p { color: rgb(64,152,116); }
H1.HeaderClassName
{
color: #409874;
}
.AnyTagClassName
{
color: #409874;
}
</style>
background-color css
<style>
a { background-color: #409874; }
a { background-color: rgb(64,152,116); }
div.DivClassName
{
background-color: #409874;
}
.BgClassName
{
background-color: #409874;
}
</style>
border-color css
<style>
span { border-color: #409874; }
span { border-color: rgb(64,152,116); }
td.TdClassName
{
border-color: #409874;
}
.TagClassName
{
border-color: #409874;
}
</style>