Shades of Viridian #417D63
Tints of Viridian #417D63
RGB
CMYK
RGB Variations
Color information
#417D63 (or 0x417D63) is known color: Viridian. HEX triplet: 41, 7D and 63. RGB value is (65,125,99). Sum of RGB (Red+Green+Blue) = 65+125+99=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #417D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D63 is #BE829C. Grayscale: #686868. Windows color (decimal): -12485277 or 6520129. OLE color: 6520129.
HSL color Cylindrical-coordinate representation of color #417D63: hue angle of 154º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417D63 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 99 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.51 |
| HSL | 154º | 0.32% | 0.37% | - |
| HSV(B) | 154º | 0.48% | 0.49% | - |
| XYZ | 11.77 | 16.69 | 14.41 | - |
| YUV | 104.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 99 | 0.48 | 0 | 0.21 | 0.51 | 154 | 0.32 | 0.37 |
| Hex | 41 | 7D | 63 | 30 | 0 | 15 | 33 | 9A | 20 | 25 |
| Octal | 101 | 175 | 143 | 60 | 0 | 25 | 63 | 232 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1100011 | 110000 | 0 | 10101 | 110011 | 10011010 | 100000 | 100101 |
Color Harmonies of #417D63
Complementary color
Monochromatic Colors of #417D63
Black with #417D63
Text Example
Text Example
White with #417D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D63; }
p { color: rgb(65,125,99); }
H1.HeaderClassName
{
color: #417D63;
}
.AnyTagClassName
{
color: #417D63;
}
</style>
background-color css
<style>
a { background-color: #417D63; }
a { background-color: rgb(65,125,99); }
div.DivClassName
{
background-color: #417D63;
}
.BgClassName
{
background-color: #417D63;
}
</style>
border-color css
<style>
span { border-color: #417D63; }
span { border-color: rgb(65,125,99); }
td.TdClassName
{
border-color: #417D63;
}
.TagClassName
{
border-color: #417D63;
}
</style>