Shades of Viridian #49866C
Tints of Viridian #49866C
RGB
CMYK
RGB Variations
Color information
#49866C (or 0x49866C) is known color: Viridian. HEX triplet: 49, 86 and 6C. RGB value is (73,134,108). Sum of RGB (Red+Green+Blue) = 73+134+108=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #49866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49866C is #B67993. Grayscale: #707070. Windows color (decimal): -11958676 or 7112265. OLE color: 7112265.
HSL color Cylindrical-coordinate representation of color #49866C: hue angle of 154.43º degrees, saturation: 0.29, 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 #49866C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 108 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.47 |
| HSL | 154.43º | 0.29% | 0.41% | - |
| HSV(B) | 154.43º | 0.46% | 0.53% | - |
| XYZ | 13.98 | 19.55 | 17.22 | - |
| YUV | 112.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 108 | 0.46 | 0 | 0.19 | 0.47 | 154.43 | 0.29 | 0.41 |
| Hex | 49 | 86 | 6C | 2E | 0 | 13 | 2F | 9A | 1D | 29 |
| Octal | 111 | 206 | 154 | 56 | 0 | 23 | 57 | 232 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1101100 | 101110 | 0 | 10011 | 101111 | 10011010 | 11101 | 101001 |
Color Harmonies of #49866C
Complementary color
Monochromatic Colors of #49866C
Black with #49866C
Text Example
Text Example
White with #49866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49866C; }
p { color: rgb(73,134,108); }
H1.HeaderClassName
{
color: #49866C;
}
.AnyTagClassName
{
color: #49866C;
}
</style>
background-color css
<style>
a { background-color: #49866C; }
a { background-color: rgb(73,134,108); }
div.DivClassName
{
background-color: #49866C;
}
.BgClassName
{
background-color: #49866C;
}
</style>
border-color css
<style>
span { border-color: #49866C; }
span { border-color: rgb(73,134,108); }
td.TdClassName
{
border-color: #49866C;
}
.TagClassName
{
border-color: #49866C;
}
</style>