Shades of Viridian #417562
Tints of Viridian #417562
RGB
CMYK
RGB Variations
Color information
#417562 (or 0x417562) is known color: Viridian. HEX triplet: 41, 75 and 62. RGB value is (65,117,98). Sum of RGB (Red+Green+Blue) = 65+117+98=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #417562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417562 is #BE8A9D. Grayscale: #636363. Windows color (decimal): -12487326 or 6452545. OLE color: 6452545.
HSL color Cylindrical-coordinate representation of color #417562: hue angle of 158.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417562 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 98 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.54 |
| HSL | 158.08º | 0.29% | 0.36% | - |
| HSV(B) | 158.08º | 0.44% | 0.46% | - |
| XYZ | 10.75 | 14.73 | 13.83 | - |
| YUV | 99.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 98 | 0.44 | 0 | 0.16 | 0.54 | 158.08 | 0.29 | 0.36 |
| Hex | 41 | 75 | 62 | 2C | 0 | 10 | 36 | 9E | 1D | 24 |
| Octal | 101 | 165 | 142 | 54 | 0 | 20 | 66 | 236 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1100010 | 101100 | 0 | 10000 | 110110 | 10011110 | 11101 | 100100 |
Color Harmonies of #417562
Complementary color
Monochromatic Colors of #417562
Black with #417562
Text Example
Text Example
White with #417562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417562; }
p { color: rgb(65,117,98); }
H1.HeaderClassName
{
color: #417562;
}
.AnyTagClassName
{
color: #417562;
}
</style>
background-color css
<style>
a { background-color: #417562; }
a { background-color: rgb(65,117,98); }
div.DivClassName
{
background-color: #417562;
}
.BgClassName
{
background-color: #417562;
}
</style>
border-color css
<style>
span { border-color: #417562; }
span { border-color: rgb(65,117,98); }
td.TdClassName
{
border-color: #417562;
}
.TagClassName
{
border-color: #417562;
}
</style>