Shades of Viridian #49876C
Tints of Viridian #49876C
RGB
CMYK
RGB Variations
Color information
#49876C (or 0x49876C) is known color: Viridian. HEX triplet: 49, 87 and 6C. RGB value is (73,135,108). Sum of RGB (Red+Green+Blue) = 73+135+108=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #49876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49876C is #B67893. Grayscale: #717171. Windows color (decimal): -11958420 or 7112521. OLE color: 7112521.
HSL color Cylindrical-coordinate representation of color #49876C: hue angle of 153.87º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49876C is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 108 | - |
| CMYK | 0.46 | 0 | 0.2 | 0.47 |
| HSL | 153.87º | 0.3% | 0.41% | - |
| HSV(B) | 153.87º | 0.46% | 0.53% | - |
| XYZ | 14.12 | 19.83 | 17.27 | - |
| YUV | 113.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 108 | 0.46 | 0 | 0.2 | 0.47 | 153.87 | 0.3 | 0.41 |
| Hex | 49 | 87 | 6C | 2E | 0 | 14 | 2F | 9A | 1E | 29 |
| Octal | 111 | 207 | 154 | 56 | 0 | 24 | 57 | 232 | 36 | 51 |
| Binary | 1001001 | 10000111 | 1101100 | 101110 | 0 | 10100 | 101111 | 10011010 | 11110 | 101001 |
Color Harmonies of #49876C
Complementary color
Monochromatic Colors of #49876C
Black with #49876C
Text Example
Text Example
White with #49876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49876C; }
p { color: rgb(73,135,108); }
H1.HeaderClassName
{
color: #49876C;
}
.AnyTagClassName
{
color: #49876C;
}
</style>
background-color css
<style>
a { background-color: #49876C; }
a { background-color: rgb(73,135,108); }
div.DivClassName
{
background-color: #49876C;
}
.BgClassName
{
background-color: #49876C;
}
</style>
border-color css
<style>
span { border-color: #49876C; }
span { border-color: rgb(73,135,108); }
td.TdClassName
{
border-color: #49876C;
}
.TagClassName
{
border-color: #49876C;
}
</style>