Shades of Viridian #417A6A
Tints of Viridian #417A6A
RGB
CMYK
RGB Variations
Color information
#417A6A (or 0x417A6A) is known color: Viridian. HEX triplet: 41, 7A and 6A. RGB value is (65,122,106). Sum of RGB (Red+Green+Blue) = 65+122+106=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #417A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A6A is #BE8595. Grayscale: #676767. Windows color (decimal): -12486038 or 6978113. OLE color: 6978113.
HSL color Cylindrical-coordinate representation of color #417A6A: hue angle of 163.16º degrees, saturation: 0.3, 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 #417A6A is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 106 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.52 |
| HSL | 163.16º | 0.3% | 0.37% | - |
| HSV(B) | 163.16º | 0.47% | 0.48% | - |
| XYZ | 11.74 | 16.08 | 16.12 | - |
| YUV | 103.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 106 | 0.47 | 0 | 0.13 | 0.52 | 163.16 | 0.3 | 0.37 |
| Hex | 41 | 7A | 6A | 2F | 0 | D | 34 | A3 | 1E | 25 |
| Octal | 101 | 172 | 152 | 57 | 0 | 15 | 64 | 243 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1101010 | 101111 | 0 | 1101 | 110100 | 10100011 | 11110 | 100101 |
Color Harmonies of #417A6A
Complementary color
Monochromatic Colors of #417A6A
Black with #417A6A
Text Example
Text Example
White with #417A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A6A; }
p { color: rgb(65,122,106); }
H1.HeaderClassName
{
color: #417A6A;
}
.AnyTagClassName
{
color: #417A6A;
}
</style>
background-color css
<style>
a { background-color: #417A6A; }
a { background-color: rgb(65,122,106); }
div.DivClassName
{
background-color: #417A6A;
}
.BgClassName
{
background-color: #417A6A;
}
</style>
border-color css
<style>
span { border-color: #417A6A; }
span { border-color: rgb(65,122,106); }
td.TdClassName
{
border-color: #417A6A;
}
.TagClassName
{
border-color: #417A6A;
}
</style>