Shades of Viridian #49906C
Tints of Viridian #49906C
RGB
CMYK
RGB Variations
Color information
#49906C (or 0x49906C) is known color: Viridian. HEX triplet: 49, 90 and 6C. RGB value is (73,144,108). Sum of RGB (Red+Green+Blue) = 73+144+108=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #49906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49906C is #B66F93. Grayscale: #767676. Windows color (decimal): -11956116 or 7114825. OLE color: 7114825.
HSL color Cylindrical-coordinate representation of color #49906C: hue angle of 149.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49906C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 108 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.44 |
| HSL | 149.58º | 0.33% | 0.43% | - |
| HSV(B) | 149.58º | 0.49% | 0.56% | - |
| XYZ | 15.43 | 22.45 | 17.71 | - |
| YUV | 118.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 108 | 0.49 | 0 | 0.25 | 0.44 | 149.58 | 0.33 | 0.43 |
| Hex | 49 | 90 | 6C | 31 | 0 | 19 | 2C | 96 | 21 | 2B |
| Octal | 111 | 220 | 154 | 61 | 0 | 31 | 54 | 226 | 41 | 53 |
| Binary | 1001001 | 10010000 | 1101100 | 110001 | 0 | 11001 | 101100 | 10010110 | 100001 | 101011 |
Color Harmonies of #49906C
Complementary color
Monochromatic Colors of #49906C
Black with #49906C
Text Example
Text Example
White with #49906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49906C; }
p { color: rgb(73,144,108); }
H1.HeaderClassName
{
color: #49906C;
}
.AnyTagClassName
{
color: #49906C;
}
</style>
background-color css
<style>
a { background-color: #49906C; }
a { background-color: rgb(73,144,108); }
div.DivClassName
{
background-color: #49906C;
}
.BgClassName
{
background-color: #49906C;
}
</style>
border-color css
<style>
span { border-color: #49906C; }
span { border-color: rgb(73,144,108); }
td.TdClassName
{
border-color: #49906C;
}
.TagClassName
{
border-color: #49906C;
}
</style>