Shades of Viridian #419270
Tints of Viridian #419270
RGB
CMYK
RGB Variations
Color information
#419270 (or 0x419270) is known color: Viridian. HEX triplet: 41, 92 and 70. RGB value is (65,146,112). Sum of RGB (Red+Green+Blue) = 65+146+112=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #419270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419270 is #BE6D8F. Grayscale: #757575. Windows color (decimal): -12479888 or 7377473. OLE color: 7377473.
HSL color Cylindrical-coordinate representation of color #419270: hue angle of 154.81º 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 #419270 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 112 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.43 |
| HSL | 154.81º | 0.38% | 0.41% | - |
| HSV(B) | 154.81º | 0.55% | 0.57% | - |
| XYZ | 15.38 | 22.85 | 18.93 | - |
| YUV | 117.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 112 | 0.55 | 0 | 0.23 | 0.43 | 154.81 | 0.38 | 0.41 |
| Hex | 41 | 92 | 70 | 37 | 0 | 17 | 2B | 9B | 26 | 29 |
| Octal | 101 | 222 | 160 | 67 | 0 | 27 | 53 | 233 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1110000 | 110111 | 0 | 10111 | 101011 | 10011011 | 100110 | 101001 |
Color Harmonies of #419270
Complementary color
Monochromatic Colors of #419270
Black with #419270
Text Example
Text Example
White with #419270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419270; }
p { color: rgb(65,146,112); }
H1.HeaderClassName
{
color: #419270;
}
.AnyTagClassName
{
color: #419270;
}
</style>
background-color css
<style>
a { background-color: #419270; }
a { background-color: rgb(65,146,112); }
div.DivClassName
{
background-color: #419270;
}
.BgClassName
{
background-color: #419270;
}
</style>
border-color css
<style>
span { border-color: #419270; }
span { border-color: rgb(65,146,112); }
td.TdClassName
{
border-color: #419270;
}
.TagClassName
{
border-color: #419270;
}
</style>