Shades of Viridian Green #496155
Tints of Viridian Green #496155
RGB
CMYK
RGB Variations
Color information
#496155 (or 0x496155) is known color: Viridian Green. HEX triplet: 49, 61 and 55. RGB value is (73,97,85). Sum of RGB (Red+Green+Blue) = 73+97+85=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #496155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496155 is #B69EAA. Grayscale: #585858. Windows color (decimal): -11968171 or 5595465. OLE color: 5595465.
HSL color Cylindrical-coordinate representation of color #496155: hue angle of 150º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #496155 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 85 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.62 |
| HSL | 150º | 0.14% | 0.33% | - |
| HSV(B) | 150º | 0.25% | 0.38% | - |
| XYZ | 8.66 | 10.62 | 10.19 | - |
| YUV | 88.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 85 | 0.25 | 0 | 0.12 | 0.62 | 150 | 0.14 | 0.33 |
| Hex | 49 | 61 | 55 | 19 | 0 | C | 3E | 96 | E | 21 |
| Octal | 111 | 141 | 125 | 31 | 0 | 14 | 76 | 226 | 16 | 41 |
| Binary | 1001001 | 1100001 | 1010101 | 11001 | 0 | 1100 | 111110 | 10010110 | 1110 | 100001 |
Color Harmonies of #496155
Complementary color
Monochromatic Colors of #496155
Black with #496155
Text Example
Text Example
White with #496155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496155; }
p { color: rgb(73,97,85); }
H1.HeaderClassName
{
color: #496155;
}
.AnyTagClassName
{
color: #496155;
}
</style>
background-color css
<style>
a { background-color: #496155; }
a { background-color: rgb(73,97,85); }
div.DivClassName
{
background-color: #496155;
}
.BgClassName
{
background-color: #496155;
}
</style>
border-color css
<style>
span { border-color: #496155; }
span { border-color: rgb(73,97,85); }
td.TdClassName
{
border-color: #496155;
}
.TagClassName
{
border-color: #496155;
}
</style>