Shades of Viridian #417C6B
Tints of Viridian #417C6B
RGB
CMYK
RGB Variations
Color information
#417C6B (or 0x417C6B) is known color: Viridian. HEX triplet: 41, 7C and 6B. RGB value is (65,124,107). Sum of RGB (Red+Green+Blue) = 65+124+107=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #417C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C6B is #BE8394. Grayscale: #686868. Windows color (decimal): -12485525 or 7044161. OLE color: 7044161.
HSL color Cylindrical-coordinate representation of color #417C6B: hue angle of 162.71º 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 #417C6B is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 107 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.51 |
| HSL | 162.71º | 0.31% | 0.37% | - |
| HSV(B) | 162.71º | 0.48% | 0.49% | - |
| XYZ | 12.04 | 16.6 | 16.48 | - |
| YUV | 104.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 107 | 0.48 | 0 | 0.14 | 0.51 | 162.71 | 0.31 | 0.37 |
| Hex | 41 | 7C | 6B | 30 | 0 | E | 33 | A3 | 1F | 25 |
| Octal | 101 | 174 | 153 | 60 | 0 | 16 | 63 | 243 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1101011 | 110000 | 0 | 1110 | 110011 | 10100011 | 11111 | 100101 |
Color Harmonies of #417C6B
Complementary color
Monochromatic Colors of #417C6B
Black with #417C6B
Text Example
Text Example
White with #417C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C6B; }
p { color: rgb(65,124,107); }
H1.HeaderClassName
{
color: #417C6B;
}
.AnyTagClassName
{
color: #417C6B;
}
</style>
background-color css
<style>
a { background-color: #417C6B; }
a { background-color: rgb(65,124,107); }
div.DivClassName
{
background-color: #417C6B;
}
.BgClassName
{
background-color: #417C6B;
}
</style>
border-color css
<style>
span { border-color: #417C6B; }
span { border-color: rgb(65,124,107); }
td.TdClassName
{
border-color: #417C6B;
}
.TagClassName
{
border-color: #417C6B;
}
</style>