Shades of Viridian #419471
Tints of Viridian #419471
RGB
CMYK
RGB Variations
Color information
#419471 (or 0x419471) is known color: Viridian. HEX triplet: 41, 94 and 71. RGB value is (65,148,113). Sum of RGB (Red+Green+Blue) = 65+148+113=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #419471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419471 is #BE6B8E. Grayscale: #777777. Windows color (decimal): -12479375 or 7443521. OLE color: 7443521.
HSL color Cylindrical-coordinate representation of color #419471: hue angle of 154.7º 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 #419471 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 113 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.42 |
| HSL | 154.7º | 0.39% | 0.42% | - |
| HSV(B) | 154.7º | 0.56% | 0.58% | - |
| XYZ | 15.75 | 23.5 | 19.33 | - |
| YUV | 119.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 113 | 0.56 | 0 | 0.24 | 0.42 | 154.7 | 0.39 | 0.42 |
| Hex | 41 | 94 | 71 | 38 | 0 | 18 | 2A | 9B | 27 | 2A |
| Octal | 101 | 224 | 161 | 70 | 0 | 30 | 52 | 233 | 47 | 52 |
| Binary | 1000001 | 10010100 | 1110001 | 111000 | 0 | 11000 | 101010 | 10011011 | 100111 | 101010 |
Color Harmonies of #419471
Complementary color
Monochromatic Colors of #419471
Black with #419471
Text Example
Text Example
White with #419471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419471; }
p { color: rgb(65,148,113); }
H1.HeaderClassName
{
color: #419471;
}
.AnyTagClassName
{
color: #419471;
}
</style>
background-color css
<style>
a { background-color: #419471; }
a { background-color: rgb(65,148,113); }
div.DivClassName
{
background-color: #419471;
}
.BgClassName
{
background-color: #419471;
}
</style>
border-color css
<style>
span { border-color: #419471; }
span { border-color: rgb(65,148,113); }
td.TdClassName
{
border-color: #419471;
}
.TagClassName
{
border-color: #419471;
}
</style>