Shades of Viridian #419273
Tints of Viridian #419273
RGB
CMYK
RGB Variations
Color information
#419273 (or 0x419273) is known color: Viridian. HEX triplet: 41, 92 and 73. RGB value is (65,146,115). Sum of RGB (Red+Green+Blue) = 65+146+115=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #419273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419273 is #BE6D8C. Grayscale: #767676. Windows color (decimal): -12479885 or 7574081. OLE color: 7574081.
HSL color Cylindrical-coordinate representation of color #419273: hue angle of 157.04º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419273 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 115 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.43 |
| HSL | 157.04º | 0.38% | 0.41% | - |
| HSV(B) | 157.04º | 0.55% | 0.57% | - |
| XYZ | 15.55 | 22.92 | 19.82 | - |
| YUV | 118.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 115 | 0.55 | 0 | 0.21 | 0.43 | 157.04 | 0.38 | 0.41 |
| Hex | 41 | 92 | 73 | 37 | 0 | 15 | 2B | 9D | 26 | 29 |
| Octal | 101 | 222 | 163 | 67 | 0 | 25 | 53 | 235 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1110011 | 110111 | 0 | 10101 | 101011 | 10011101 | 100110 | 101001 |
Color Harmonies of #419273
Complementary color
Monochromatic Colors of #419273
Black with #419273
Text Example
Text Example
White with #419273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419273; }
p { color: rgb(65,146,115); }
H1.HeaderClassName
{
color: #419273;
}
.AnyTagClassName
{
color: #419273;
}
</style>
background-color css
<style>
a { background-color: #419273; }
a { background-color: rgb(65,146,115); }
div.DivClassName
{
background-color: #419273;
}
.BgClassName
{
background-color: #419273;
}
</style>
border-color css
<style>
span { border-color: #419273; }
span { border-color: rgb(65,146,115); }
td.TdClassName
{
border-color: #419273;
}
.TagClassName
{
border-color: #419273;
}
</style>