Shades of Viridian #419070
Tints of Viridian #419070
RGB
CMYK
RGB Variations
Color information
#419070 (or 0x419070) is known color: Viridian. HEX triplet: 41, 90 and 70. RGB value is (65,144,112). Sum of RGB (Red+Green+Blue) = 65+144+112=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #419070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419070 is #BE6F8F. Grayscale: #747474. Windows color (decimal): -12480400 or 7376961. OLE color: 7376961.
HSL color Cylindrical-coordinate representation of color #419070: hue angle of 155.7º 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 #419070 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 112 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.44 |
| HSL | 155.7º | 0.38% | 0.41% | - |
| HSV(B) | 155.7º | 0.55% | 0.56% | - |
| XYZ | 15.08 | 22.24 | 18.83 | - |
| YUV | 116.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 112 | 0.55 | 0 | 0.22 | 0.44 | 155.7 | 0.38 | 0.41 |
| Hex | 41 | 90 | 70 | 37 | 0 | 16 | 2C | 9C | 26 | 29 |
| Octal | 101 | 220 | 160 | 67 | 0 | 26 | 54 | 234 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1110000 | 110111 | 0 | 10110 | 101100 | 10011100 | 100110 | 101001 |
Color Harmonies of #419070
Complementary color
Monochromatic Colors of #419070
Black with #419070
Text Example
Text Example
White with #419070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419070; }
p { color: rgb(65,144,112); }
H1.HeaderClassName
{
color: #419070;
}
.AnyTagClassName
{
color: #419070;
}
</style>
background-color css
<style>
a { background-color: #419070; }
a { background-color: rgb(65,144,112); }
div.DivClassName
{
background-color: #419070;
}
.BgClassName
{
background-color: #419070;
}
</style>
border-color css
<style>
span { border-color: #419070; }
span { border-color: rgb(65,144,112); }
td.TdClassName
{
border-color: #419070;
}
.TagClassName
{
border-color: #419070;
}
</style>