Shades of Viridian #417768
Tints of Viridian #417768
RGB
CMYK
RGB Variations
Color information
#417768 (or 0x417768) is known color: Viridian. HEX triplet: 41, 77 and 68. RGB value is (65,119,104). Sum of RGB (Red+Green+Blue) = 65+119+104=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #417768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417768 is #BE8897. Grayscale: #656565. Windows color (decimal): -12486808 or 6846273. OLE color: 6846273.
HSL color Cylindrical-coordinate representation of color #417768: hue angle of 163.33º 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 #417768 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 104 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.53 |
| HSL | 163.33º | 0.29% | 0.36% | - |
| HSV(B) | 163.33º | 0.45% | 0.47% | - |
| XYZ | 11.28 | 15.32 | 15.46 | - |
| YUV | 101.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 104 | 0.45 | 0 | 0.13 | 0.53 | 163.33 | 0.29 | 0.36 |
| Hex | 41 | 77 | 68 | 2D | 0 | D | 35 | A3 | 1D | 24 |
| Octal | 101 | 167 | 150 | 55 | 0 | 15 | 65 | 243 | 35 | 44 |
| Binary | 1000001 | 1110111 | 1101000 | 101101 | 0 | 1101 | 110101 | 10100011 | 11101 | 100100 |
Color Harmonies of #417768
Complementary color
Monochromatic Colors of #417768
Black with #417768
Text Example
Text Example
White with #417768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417768; }
p { color: rgb(65,119,104); }
H1.HeaderClassName
{
color: #417768;
}
.AnyTagClassName
{
color: #417768;
}
</style>
background-color css
<style>
a { background-color: #417768; }
a { background-color: rgb(65,119,104); }
div.DivClassName
{
background-color: #417768;
}
.BgClassName
{
background-color: #417768;
}
</style>
border-color css
<style>
span { border-color: #417768; }
span { border-color: rgb(65,119,104); }
td.TdClassName
{
border-color: #417768;
}
.TagClassName
{
border-color: #417768;
}
</style>