Shades of Viridian #49916C
Tints of Viridian #49916C
RGB
CMYK
RGB Variations
Color information
#49916C (or 0x49916C) is known color: Viridian. HEX triplet: 49, 91 and 6C. RGB value is (73,145,108). Sum of RGB (Red+Green+Blue) = 73+145+108=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #49916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49916C is #B66E93. Grayscale: #777777. Windows color (decimal): -11955860 or 7115081. OLE color: 7115081.
HSL color Cylindrical-coordinate representation of color #49916C: hue angle of 149.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49916C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 108 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.43 |
| HSL | 149.17º | 0.33% | 0.43% | - |
| HSV(B) | 149.17º | 0.5% | 0.57% | - |
| XYZ | 15.58 | 22.75 | 17.76 | - |
| YUV | 119.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 108 | 0.50 | 0 | 0.26 | 0.43 | 149.17 | 0.33 | 0.43 |
| Hex | 49 | 91 | 6C | 32 | 0 | 1A | 2B | 95 | 21 | 2B |
| Octal | 111 | 221 | 154 | 62 | 0 | 32 | 53 | 225 | 41 | 53 |
| Binary | 1001001 | 10010001 | 1101100 | 110010 | 0 | 11010 | 101011 | 10010101 | 100001 | 101011 |
Color Harmonies of #49916C
Complementary color
Monochromatic Colors of #49916C
Black with #49916C
Text Example
Text Example
White with #49916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49916C; }
p { color: rgb(73,145,108); }
H1.HeaderClassName
{
color: #49916C;
}
.AnyTagClassName
{
color: #49916C;
}
</style>
background-color css
<style>
a { background-color: #49916C; }
a { background-color: rgb(73,145,108); }
div.DivClassName
{
background-color: #49916C;
}
.BgClassName
{
background-color: #49916C;
}
</style>
border-color css
<style>
span { border-color: #49916C; }
span { border-color: rgb(73,145,108); }
td.TdClassName
{
border-color: #49916C;
}
.TagClassName
{
border-color: #49916C;
}
</style>