Shades of Viridian #417E6B
Tints of Viridian #417E6B
RGB
CMYK
RGB Variations
Color information
#417E6B (or 0x417E6B) is known color: Viridian. HEX triplet: 41, 7E and 6B. RGB value is (65,126,107). Sum of RGB (Red+Green+Blue) = 65+126+107=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #417E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E6B is #BE8194. Grayscale: #696969. Windows color (decimal): -12485013 or 7044673. OLE color: 7044673.
HSL color Cylindrical-coordinate representation of color #417E6B: hue angle of 161.31º 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 #417E6B is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 107 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.51 |
| HSL | 161.31º | 0.32% | 0.37% | - |
| HSV(B) | 161.31º | 0.48% | 0.49% | - |
| XYZ | 12.29 | 17.11 | 16.56 | - |
| YUV | 105.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 107 | 0.48 | 0 | 0.15 | 0.51 | 161.31 | 0.32 | 0.37 |
| Hex | 41 | 7E | 6B | 30 | 0 | F | 33 | A1 | 20 | 25 |
| Octal | 101 | 176 | 153 | 60 | 0 | 17 | 63 | 241 | 40 | 45 |
| Binary | 1000001 | 1111110 | 1101011 | 110000 | 0 | 1111 | 110011 | 10100001 | 100000 | 100101 |
Color Harmonies of #417E6B
Complementary color
Monochromatic Colors of #417E6B
Black with #417E6B
Text Example
Text Example
White with #417E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E6B; }
p { color: rgb(65,126,107); }
H1.HeaderClassName
{
color: #417E6B;
}
.AnyTagClassName
{
color: #417E6B;
}
</style>
background-color css
<style>
a { background-color: #417E6B; }
a { background-color: rgb(65,126,107); }
div.DivClassName
{
background-color: #417E6B;
}
.BgClassName
{
background-color: #417E6B;
}
</style>
border-color css
<style>
span { border-color: #417E6B; }
span { border-color: rgb(65,126,107); }
td.TdClassName
{
border-color: #417E6B;
}
.TagClassName
{
border-color: #417E6B;
}
</style>