Shades of Viridian #49856A
Tints of Viridian #49856A
RGB
CMYK
RGB Variations
Color information
#49856A (or 0x49856A) is known color: Viridian. HEX triplet: 49, 85 and 6A. RGB value is (73,133,106). Sum of RGB (Red+Green+Blue) = 73+133+106=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #49856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49856A is #B67A95. Grayscale: #707070. Windows color (decimal): -11958934 or 6980937. OLE color: 6980937.
HSL color Cylindrical-coordinate representation of color #49856A: hue angle of 153º 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 #49856A is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 106 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.48 |
| HSL | 153º | 0.29% | 0.4% | - |
| HSV(B) | 153º | 0.45% | 0.52% | - |
| XYZ | 13.74 | 19.23 | 16.62 | - |
| YUV | 111.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 106 | 0.45 | 0 | 0.20 | 0.48 | 153 | 0.29 | 0.4 |
| Hex | 49 | 85 | 6A | 2D | 0 | 14 | 30 | 99 | 1D | 28 |
| Octal | 111 | 205 | 152 | 55 | 0 | 24 | 60 | 231 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1101010 | 101101 | 0 | 10100 | 110000 | 10011001 | 11101 | 101000 |
Color Harmonies of #49856A
Complementary color
Monochromatic Colors of #49856A
Black with #49856A
Text Example
Text Example
White with #49856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49856A; }
p { color: rgb(73,133,106); }
H1.HeaderClassName
{
color: #49856A;
}
.AnyTagClassName
{
color: #49856A;
}
</style>
background-color css
<style>
a { background-color: #49856A; }
a { background-color: rgb(73,133,106); }
div.DivClassName
{
background-color: #49856A;
}
.BgClassName
{
background-color: #49856A;
}
</style>
border-color css
<style>
span { border-color: #49856A; }
span { border-color: rgb(73,133,106); }
td.TdClassName
{
border-color: #49856A;
}
.TagClassName
{
border-color: #49856A;
}
</style>