Shades of Viridian #419075
Tints of Viridian #419075
RGB
CMYK
RGB Variations
Color information
#419075 (or 0x419075) is known color: Viridian. HEX triplet: 41, 90 and 75. RGB value is (65,144,117). Sum of RGB (Red+Green+Blue) = 65+144+117=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #419075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419075 is #BE6F8A. Grayscale: #757575. Windows color (decimal): -12480395 or 7704641. OLE color: 7704641.
HSL color Cylindrical-coordinate representation of color #419075: hue angle of 159.49º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419075 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 117 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.44 |
| HSL | 159.49º | 0.38% | 0.41% | - |
| HSV(B) | 159.49º | 0.55% | 0.56% | - |
| XYZ | 15.36 | 22.35 | 20.33 | - |
| YUV | 117.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 117 | 0.55 | 0 | 0.19 | 0.44 | 159.49 | 0.38 | 0.41 |
| Hex | 41 | 90 | 75 | 37 | 0 | 13 | 2C | 9F | 26 | 29 |
| Octal | 101 | 220 | 165 | 67 | 0 | 23 | 54 | 237 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1110101 | 110111 | 0 | 10011 | 101100 | 10011111 | 100110 | 101001 |
Color Harmonies of #419075
Complementary color
Monochromatic Colors of #419075
Black with #419075
Text Example
Text Example
White with #419075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419075; }
p { color: rgb(65,144,117); }
H1.HeaderClassName
{
color: #419075;
}
.AnyTagClassName
{
color: #419075;
}
</style>
background-color css
<style>
a { background-color: #419075; }
a { background-color: rgb(65,144,117); }
div.DivClassName
{
background-color: #419075;
}
.BgClassName
{
background-color: #419075;
}
</style>
border-color css
<style>
span { border-color: #419075; }
span { border-color: rgb(65,144,117); }
td.TdClassName
{
border-color: #419075;
}
.TagClassName
{
border-color: #419075;
}
</style>