Shades of Viridian #417462
Tints of Viridian #417462
RGB
CMYK
RGB Variations
Color information
#417462 (or 0x417462) is known color: Viridian. HEX triplet: 41, 74 and 62. RGB value is (65,116,98). Sum of RGB (Red+Green+Blue) = 65+116+98=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #417462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417462 is #BE8B9D. Grayscale: #626262. Windows color (decimal): -12487582 or 6452289. OLE color: 6452289.
HSL color Cylindrical-coordinate representation of color #417462: hue angle of 158.82º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417462 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 98 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.55 |
| HSL | 158.82º | 0.28% | 0.35% | - |
| HSV(B) | 158.82º | 0.44% | 0.45% | - |
| XYZ | 10.63 | 14.5 | 13.79 | - |
| YUV | 98.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 98 | 0.44 | 0 | 0.16 | 0.55 | 158.82 | 0.28 | 0.35 |
| Hex | 41 | 74 | 62 | 2C | 0 | 10 | 37 | 9F | 1C | 23 |
| Octal | 101 | 164 | 142 | 54 | 0 | 20 | 67 | 237 | 34 | 43 |
| Binary | 1000001 | 1110100 | 1100010 | 101100 | 0 | 10000 | 110111 | 10011111 | 11100 | 100011 |
Color Harmonies of #417462
Complementary color
Monochromatic Colors of #417462
Black with #417462
Text Example
Text Example
White with #417462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417462; }
p { color: rgb(65,116,98); }
H1.HeaderClassName
{
color: #417462;
}
.AnyTagClassName
{
color: #417462;
}
</style>
background-color css
<style>
a { background-color: #417462; }
a { background-color: rgb(65,116,98); }
div.DivClassName
{
background-color: #417462;
}
.BgClassName
{
background-color: #417462;
}
</style>
border-color css
<style>
span { border-color: #417462; }
span { border-color: rgb(65,116,98); }
td.TdClassName
{
border-color: #417462;
}
.TagClassName
{
border-color: #417462;
}
</style>