Shades of Viridian #417765
Tints of Viridian #417765
RGB
CMYK
RGB Variations
Color information
#417765 (or 0x417765) is known color: Viridian. HEX triplet: 41, 77 and 65. RGB value is (65,119,101). Sum of RGB (Red+Green+Blue) = 65+119+101=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #417765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417765 is #BE889A. Grayscale: #646464. Windows color (decimal): -12486811 or 6649665. OLE color: 6649665.
HSL color Cylindrical-coordinate representation of color #417765: hue angle of 160º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417765 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 101 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.53 |
| HSL | 160º | 0.29% | 0.36% | - |
| HSV(B) | 160º | 0.45% | 0.47% | - |
| XYZ | 11.13 | 15.26 | 14.67 | - |
| YUV | 100.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 101 | 0.45 | 0 | 0.15 | 0.53 | 160 | 0.29 | 0.36 |
| Hex | 41 | 77 | 65 | 2D | 0 | F | 35 | A0 | 1D | 24 |
| Octal | 101 | 167 | 145 | 55 | 0 | 17 | 65 | 240 | 35 | 44 |
| Binary | 1000001 | 1110111 | 1100101 | 101101 | 0 | 1111 | 110101 | 10100000 | 11101 | 100100 |
Color Harmonies of #417765
Complementary color
Monochromatic Colors of #417765
Black with #417765
Text Example
Text Example
White with #417765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417765; }
p { color: rgb(65,119,101); }
H1.HeaderClassName
{
color: #417765;
}
.AnyTagClassName
{
color: #417765;
}
</style>
background-color css
<style>
a { background-color: #417765; }
a { background-color: rgb(65,119,101); }
div.DivClassName
{
background-color: #417765;
}
.BgClassName
{
background-color: #417765;
}
</style>
border-color css
<style>
span { border-color: #417765; }
span { border-color: rgb(65,119,101); }
td.TdClassName
{
border-color: #417765;
}
.TagClassName
{
border-color: #417765;
}
</style>