Shades of Viridian #419073
Tints of Viridian #419073
RGB
CMYK
RGB Variations
Color information
#419073 (or 0x419073) is known color: Viridian. HEX triplet: 41, 90 and 73. RGB value is (65,144,115). Sum of RGB (Red+Green+Blue) = 65+144+115=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #419073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419073 is #BE6F8C. Grayscale: #757575. Windows color (decimal): -12480397 or 7573569. OLE color: 7573569.
HSL color Cylindrical-coordinate representation of color #419073: hue angle of 157.97º 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 #419073 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 115 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.44 |
| HSL | 157.97º | 0.38% | 0.41% | - |
| HSV(B) | 157.97º | 0.55% | 0.56% | - |
| XYZ | 15.25 | 22.31 | 19.72 | - |
| YUV | 117.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 115 | 0.55 | 0 | 0.20 | 0.44 | 157.97 | 0.38 | 0.41 |
| Hex | 41 | 90 | 73 | 37 | 0 | 14 | 2C | 9E | 26 | 29 |
| Octal | 101 | 220 | 163 | 67 | 0 | 24 | 54 | 236 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1110011 | 110111 | 0 | 10100 | 101100 | 10011110 | 100110 | 101001 |
Color Harmonies of #419073
Complementary color
Monochromatic Colors of #419073
Black with #419073
Text Example
Text Example
White with #419073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419073; }
p { color: rgb(65,144,115); }
H1.HeaderClassName
{
color: #419073;
}
.AnyTagClassName
{
color: #419073;
}
</style>
background-color css
<style>
a { background-color: #419073; }
a { background-color: rgb(65,144,115); }
div.DivClassName
{
background-color: #419073;
}
.BgClassName
{
background-color: #419073;
}
</style>
border-color css
<style>
span { border-color: #419073; }
span { border-color: rgb(65,144,115); }
td.TdClassName
{
border-color: #419073;
}
.TagClassName
{
border-color: #419073;
}
</style>