Shades of Viridian #419271
Tints of Viridian #419271
RGB
CMYK
RGB Variations
Color information
#419271 (or 0x419271) is known color: Viridian. HEX triplet: 41, 92 and 71. RGB value is (65,146,113). Sum of RGB (Red+Green+Blue) = 65+146+113=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #419271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419271 is #BE6D8E. Grayscale: #767676. Windows color (decimal): -12479887 or 7443009. OLE color: 7443009.
HSL color Cylindrical-coordinate representation of color #419271: hue angle of 155.56º 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 #419271 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 113 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.43 |
| HSL | 155.56º | 0.38% | 0.41% | - |
| HSV(B) | 155.56º | 0.55% | 0.57% | - |
| XYZ | 15.44 | 22.87 | 19.22 | - |
| YUV | 118.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 113 | 0.55 | 0 | 0.23 | 0.43 | 155.56 | 0.38 | 0.41 |
| Hex | 41 | 92 | 71 | 37 | 0 | 17 | 2B | 9C | 26 | 29 |
| Octal | 101 | 222 | 161 | 67 | 0 | 27 | 53 | 234 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1110001 | 110111 | 0 | 10111 | 101011 | 10011100 | 100110 | 101001 |
Color Harmonies of #419271
Complementary color
Monochromatic Colors of #419271
Black with #419271
Text Example
Text Example
White with #419271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419271; }
p { color: rgb(65,146,113); }
H1.HeaderClassName
{
color: #419271;
}
.AnyTagClassName
{
color: #419271;
}
</style>
background-color css
<style>
a { background-color: #419271; }
a { background-color: rgb(65,146,113); }
div.DivClassName
{
background-color: #419271;
}
.BgClassName
{
background-color: #419271;
}
</style>
border-color css
<style>
span { border-color: #419271; }
span { border-color: rgb(65,146,113); }
td.TdClassName
{
border-color: #419271;
}
.TagClassName
{
border-color: #419271;
}
</style>