Shades of Viridian #419374
Tints of Viridian #419374
RGB
CMYK
RGB Variations
Color information
#419374 (or 0x419374) is known color: Viridian. HEX triplet: 41, 93 and 74. RGB value is (65,147,116). Sum of RGB (Red+Green+Blue) = 65+147+116=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #419374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419374 is #BE6C8B. Grayscale: #767676. Windows color (decimal): -12479628 or 7639873. OLE color: 7639873.
HSL color Cylindrical-coordinate representation of color #419374: hue angle of 157.32º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419374 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 116 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.42 |
| HSL | 157.32º | 0.39% | 0.42% | - |
| HSV(B) | 157.32º | 0.56% | 0.58% | - |
| XYZ | 15.77 | 23.25 | 20.18 | - |
| YUV | 118.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 116 | 0.56 | 0 | 0.21 | 0.42 | 157.32 | 0.39 | 0.42 |
| Hex | 41 | 93 | 74 | 38 | 0 | 15 | 2A | 9D | 27 | 2A |
| Octal | 101 | 223 | 164 | 70 | 0 | 25 | 52 | 235 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1110100 | 111000 | 0 | 10101 | 101010 | 10011101 | 100111 | 101010 |
Color Harmonies of #419374
Complementary color
Monochromatic Colors of #419374
Black with #419374
Text Example
Text Example
White with #419374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419374; }
p { color: rgb(65,147,116); }
H1.HeaderClassName
{
color: #419374;
}
.AnyTagClassName
{
color: #419374;
}
</style>
background-color css
<style>
a { background-color: #419374; }
a { background-color: rgb(65,147,116); }
div.DivClassName
{
background-color: #419374;
}
.BgClassName
{
background-color: #419374;
}
</style>
border-color css
<style>
span { border-color: #419374; }
span { border-color: rgb(65,147,116); }
td.TdClassName
{
border-color: #419374;
}
.TagClassName
{
border-color: #419374;
}
</style>