Shades of Viridian #417C64
Tints of Viridian #417C64
RGB
CMYK
RGB Variations
Color information
#417C64 (or 0x417C64) is known color: Viridian. HEX triplet: 41, 7C and 64. RGB value is (65,124,100). Sum of RGB (Red+Green+Blue) = 65+124+100=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #417C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C64 is #BE839B. Grayscale: #676767. Windows color (decimal): -12485532 or 6585409. OLE color: 6585409.
HSL color Cylindrical-coordinate representation of color #417C64: hue angle of 155.59º degrees, saturation: 0.31, 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 #417C64 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 100 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.51 |
| HSL | 155.59º | 0.31% | 0.37% | - |
| HSV(B) | 155.59º | 0.48% | 0.49% | - |
| XYZ | 11.69 | 16.46 | 14.62 | - |
| YUV | 103.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 100 | 0.48 | 0 | 0.19 | 0.51 | 155.59 | 0.31 | 0.37 |
| Hex | 41 | 7C | 64 | 30 | 0 | 13 | 33 | 9C | 1F | 25 |
| Octal | 101 | 174 | 144 | 60 | 0 | 23 | 63 | 234 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1100100 | 110000 | 0 | 10011 | 110011 | 10011100 | 11111 | 100101 |
Color Harmonies of #417C64
Complementary color
Monochromatic Colors of #417C64
Black with #417C64
Text Example
Text Example
White with #417C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C64; }
p { color: rgb(65,124,100); }
H1.HeaderClassName
{
color: #417C64;
}
.AnyTagClassName
{
color: #417C64;
}
</style>
background-color css
<style>
a { background-color: #417C64; }
a { background-color: rgb(65,124,100); }
div.DivClassName
{
background-color: #417C64;
}
.BgClassName
{
background-color: #417C64;
}
</style>
border-color css
<style>
span { border-color: #417C64; }
span { border-color: rgb(65,124,100); }
td.TdClassName
{
border-color: #417C64;
}
.TagClassName
{
border-color: #417C64;
}
</style>