Shades of Viridian #417B6C
Tints of Viridian #417B6C
RGB
CMYK
RGB Variations
Color information
#417B6C (or 0x417B6C) is known color: Viridian. HEX triplet: 41, 7B and 6C. RGB value is (65,123,108). Sum of RGB (Red+Green+Blue) = 65+123+108=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #417B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B6C is #BE8493. Grayscale: #676767. Windows color (decimal): -12485780 or 7109441. OLE color: 7109441.
HSL color Cylindrical-coordinate representation of color #417B6C: hue angle of 164.48º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B6C is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 108 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.52 |
| HSL | 164.48º | 0.31% | 0.37% | - |
| HSV(B) | 164.48º | 0.47% | 0.48% | - |
| XYZ | 11.97 | 16.37 | 16.72 | - |
| YUV | 103.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 108 | 0.47 | 0 | 0.12 | 0.52 | 164.48 | 0.31 | 0.37 |
| Hex | 41 | 7B | 6C | 2F | 0 | C | 34 | A4 | 1F | 25 |
| Octal | 101 | 173 | 154 | 57 | 0 | 14 | 64 | 244 | 37 | 45 |
| Binary | 1000001 | 1111011 | 1101100 | 101111 | 0 | 1100 | 110100 | 10100100 | 11111 | 100101 |
Color Harmonies of #417B6C
Complementary color
Monochromatic Colors of #417B6C
Black with #417B6C
Text Example
Text Example
White with #417B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B6C; }
p { color: rgb(65,123,108); }
H1.HeaderClassName
{
color: #417B6C;
}
.AnyTagClassName
{
color: #417B6C;
}
</style>
background-color css
<style>
a { background-color: #417B6C; }
a { background-color: rgb(65,123,108); }
div.DivClassName
{
background-color: #417B6C;
}
.BgClassName
{
background-color: #417B6C;
}
</style>
border-color css
<style>
span { border-color: #417B6C; }
span { border-color: rgb(65,123,108); }
td.TdClassName
{
border-color: #417B6C;
}
.TagClassName
{
border-color: #417B6C;
}
</style>