Shades of Viridian #49846C
Tints of Viridian #49846C
RGB
CMYK
RGB Variations
Color information
#49846C (or 0x49846C) is known color: Viridian. HEX triplet: 49, 84 and 6C. RGB value is (73,132,108). Sum of RGB (Red+Green+Blue) = 73+132+108=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #49846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49846C is #B67B93. Grayscale: #6F6F6F. Windows color (decimal): -11959188 or 7111753. OLE color: 7111753.
HSL color Cylindrical-coordinate representation of color #49846C: hue angle of 155.59º 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 #49846C is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 108 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.48 |
| HSL | 155.59º | 0.29% | 0.4% | - |
| HSV(B) | 155.59º | 0.45% | 0.52% | - |
| XYZ | 13.71 | 19 | 17.13 | - |
| YUV | 111.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 108 | 0.45 | 0 | 0.18 | 0.48 | 155.59 | 0.29 | 0.4 |
| Hex | 49 | 84 | 6C | 2D | 0 | 12 | 30 | 9C | 1D | 28 |
| Octal | 111 | 204 | 154 | 55 | 0 | 22 | 60 | 234 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1101100 | 101101 | 0 | 10010 | 110000 | 10011100 | 11101 | 101000 |
Color Harmonies of #49846C
Complementary color
Monochromatic Colors of #49846C
Black with #49846C
Text Example
Text Example
White with #49846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49846C; }
p { color: rgb(73,132,108); }
H1.HeaderClassName
{
color: #49846C;
}
.AnyTagClassName
{
color: #49846C;
}
</style>
background-color css
<style>
a { background-color: #49846C; }
a { background-color: rgb(73,132,108); }
div.DivClassName
{
background-color: #49846C;
}
.BgClassName
{
background-color: #49846C;
}
</style>
border-color css
<style>
span { border-color: #49846C; }
span { border-color: rgb(73,132,108); }
td.TdClassName
{
border-color: #49846C;
}
.TagClassName
{
border-color: #49846C;
}
</style>