Shades of Viridian #417A69
Tints of Viridian #417A69
RGB
CMYK
RGB Variations
Color information
#417A69 (or 0x417A69) is known color: Viridian. HEX triplet: 41, 7A and 69. RGB value is (65,122,105). Sum of RGB (Red+Green+Blue) = 65+122+105=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #417A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A69 is #BE8596. Grayscale: #676767. Windows color (decimal): -12486039 or 6912577. OLE color: 6912577.
HSL color Cylindrical-coordinate representation of color #417A69: hue angle of 162.11º 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 #417A69 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 105 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.52 |
| HSL | 162.11º | 0.3% | 0.37% | - |
| HSV(B) | 162.11º | 0.47% | 0.48% | - |
| XYZ | 11.69 | 16.06 | 15.85 | - |
| YUV | 103.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 105 | 0.47 | 0 | 0.14 | 0.52 | 162.11 | 0.3 | 0.37 |
| Hex | 41 | 7A | 69 | 2F | 0 | E | 34 | A2 | 1E | 25 |
| Octal | 101 | 172 | 151 | 57 | 0 | 16 | 64 | 242 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1101001 | 101111 | 0 | 1110 | 110100 | 10100010 | 11110 | 100101 |
Color Harmonies of #417A69
Complementary color
Monochromatic Colors of #417A69
Black with #417A69
Text Example
Text Example
White with #417A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A69; }
p { color: rgb(65,122,105); }
H1.HeaderClassName
{
color: #417A69;
}
.AnyTagClassName
{
color: #417A69;
}
</style>
background-color css
<style>
a { background-color: #417A69; }
a { background-color: rgb(65,122,105); }
div.DivClassName
{
background-color: #417A69;
}
.BgClassName
{
background-color: #417A69;
}
</style>
border-color css
<style>
span { border-color: #417A69; }
span { border-color: rgb(65,122,105); }
td.TdClassName
{
border-color: #417A69;
}
.TagClassName
{
border-color: #417A69;
}
</style>