Shades of Viridian #49846D
Tints of Viridian #49846D
RGB
CMYK
RGB Variations
Color information
#49846D (or 0x49846D) is known color: Viridian. HEX triplet: 49, 84 and 6D. RGB value is (73,132,109). Sum of RGB (Red+Green+Blue) = 73+132+109=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #49846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49846D is #B67B92. Grayscale: #6F6F6F. Windows color (decimal): -11959187 or 7177289. OLE color: 7177289.
HSL color Cylindrical-coordinate representation of color #49846D: hue angle of 156.61º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49846D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 109 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.48 |
| HSL | 156.61º | 0.29% | 0.4% | - |
| HSV(B) | 156.61º | 0.45% | 0.52% | - |
| XYZ | 13.76 | 19.02 | 17.41 | - |
| YUV | 111.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 109 | 0.45 | 0 | 0.17 | 0.48 | 156.61 | 0.29 | 0.4 |
| Hex | 49 | 84 | 6D | 2D | 0 | 11 | 30 | 9D | 1D | 28 |
| Octal | 111 | 204 | 155 | 55 | 0 | 21 | 60 | 235 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1101101 | 101101 | 0 | 10001 | 110000 | 10011101 | 11101 | 101000 |
Color Harmonies of #49846D
Complementary color
Monochromatic Colors of #49846D
Black with #49846D
Text Example
Text Example
White with #49846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49846D; }
p { color: rgb(73,132,109); }
H1.HeaderClassName
{
color: #49846D;
}
.AnyTagClassName
{
color: #49846D;
}
</style>
background-color css
<style>
a { background-color: #49846D; }
a { background-color: rgb(73,132,109); }
div.DivClassName
{
background-color: #49846D;
}
.BgClassName
{
background-color: #49846D;
}
</style>
border-color css
<style>
span { border-color: #49846D; }
span { border-color: rgb(73,132,109); }
td.TdClassName
{
border-color: #49846D;
}
.TagClassName
{
border-color: #49846D;
}
</style>