Shades of Viridian #419174
Tints of Viridian #419174
RGB
CMYK
RGB Variations
Color information
#419174 (or 0x419174) is known color: Viridian. HEX triplet: 41, 91 and 74. RGB value is (65,145,116). Sum of RGB (Red+Green+Blue) = 65+145+116=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #419174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419174 is #BE6E8B. Grayscale: #757575. Windows color (decimal): -12480140 or 7639361. OLE color: 7639361.
HSL color Cylindrical-coordinate representation of color #419174: hue angle of 158.25º 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 #419174 is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 116 | - |
| CMYK | 0.55 | 0 | 0.2 | 0.43 |
| HSL | 158.25º | 0.38% | 0.41% | - |
| HSV(B) | 158.25º | 0.55% | 0.57% | - |
| XYZ | 15.46 | 22.64 | 20.08 | - |
| YUV | 117.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 116 | 0.55 | 0 | 0.2 | 0.43 | 158.25 | 0.38 | 0.41 |
| Hex | 41 | 91 | 74 | 37 | 0 | 14 | 2B | 9E | 26 | 29 |
| Octal | 101 | 221 | 164 | 67 | 0 | 24 | 53 | 236 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1110100 | 110111 | 0 | 10100 | 101011 | 10011110 | 100110 | 101001 |
Color Harmonies of #419174
Complementary color
Monochromatic Colors of #419174
Black with #419174
Text Example
Text Example
White with #419174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419174; }
p { color: rgb(65,145,116); }
H1.HeaderClassName
{
color: #419174;
}
.AnyTagClassName
{
color: #419174;
}
</style>
background-color css
<style>
a { background-color: #419174; }
a { background-color: rgb(65,145,116); }
div.DivClassName
{
background-color: #419174;
}
.BgClassName
{
background-color: #419174;
}
</style>
border-color css
<style>
span { border-color: #419174; }
span { border-color: rgb(65,145,116); }
td.TdClassName
{
border-color: #419174;
}
.TagClassName
{
border-color: #419174;
}
</style>