Shades of Viridian #417663
Tints of Viridian #417663
RGB
CMYK
RGB Variations
Color information
#417663 (or 0x417663) is known color: Viridian. HEX triplet: 41, 76 and 63. RGB value is (65,118,99). Sum of RGB (Red+Green+Blue) = 65+118+99=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #417663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417663 is #BE899C. Grayscale: #646464. Windows color (decimal): -12487069 or 6518337. OLE color: 6518337.
HSL color Cylindrical-coordinate representation of color #417663: hue angle of 158.49º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417663 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 118 | 99 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.54 |
| HSL | 158.49º | 0.29% | 0.36% | - |
| HSV(B) | 158.49º | 0.45% | 0.46% | - |
| XYZ | 10.91 | 14.98 | 14.12 | - |
| YUV | 99.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 99 | 0.45 | 0 | 0.16 | 0.54 | 158.49 | 0.29 | 0.36 |
| Hex | 41 | 76 | 63 | 2D | 0 | 10 | 36 | 9E | 1D | 24 |
| Octal | 101 | 166 | 143 | 55 | 0 | 20 | 66 | 236 | 35 | 44 |
| Binary | 1000001 | 1110110 | 1100011 | 101101 | 0 | 10000 | 110110 | 10011110 | 11101 | 100100 |
Color Harmonies of #417663
Complementary color
Monochromatic Colors of #417663
Black with #417663
Text Example
Text Example
White with #417663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417663; }
p { color: rgb(65,118,99); }
H1.HeaderClassName
{
color: #417663;
}
.AnyTagClassName
{
color: #417663;
}
</style>
background-color css
<style>
a { background-color: #417663; }
a { background-color: rgb(65,118,99); }
div.DivClassName
{
background-color: #417663;
}
.BgClassName
{
background-color: #417663;
}
</style>
border-color css
<style>
span { border-color: #417663; }
span { border-color: rgb(65,118,99); }
td.TdClassName
{
border-color: #417663;
}
.TagClassName
{
border-color: #417663;
}
</style>