Shades of Viridian Green #496C5A
Tints of Viridian Green #496C5A
RGB
CMYK
RGB Variations
Color information
#496C5A (or 0x496C5A) is known color: Viridian Green. HEX triplet: 49, 6C and 5A. RGB value is (73,108,90). Sum of RGB (Red+Green+Blue) = 73+108+90=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #496C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C5A is #B693A5. Grayscale: #5F5F5F. Windows color (decimal): -11965350 or 5925961. OLE color: 5925961.
HSL color Cylindrical-coordinate representation of color #496C5A: hue angle of 149.14º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C5A is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 90 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.58 |
| HSL | 149.14º | 0.19% | 0.35% | - |
| HSV(B) | 149.14º | 0.32% | 0.42% | - |
| XYZ | 9.96 | 12.88 | 11.63 | - |
| YUV | 95.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 90 | 0.32 | 0 | 0.17 | 0.58 | 149.14 | 0.19 | 0.35 |
| Hex | 49 | 6C | 5A | 20 | 0 | 11 | 3A | 95 | 13 | 23 |
| Octal | 111 | 154 | 132 | 40 | 0 | 21 | 72 | 225 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1011010 | 100000 | 0 | 10001 | 111010 | 10010101 | 10011 | 100011 |
Color Harmonies of #496C5A
Complementary color
Monochromatic Colors of #496C5A
Black with #496C5A
Text Example
Text Example
White with #496C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C5A; }
p { color: rgb(73,108,90); }
H1.HeaderClassName
{
color: #496C5A;
}
.AnyTagClassName
{
color: #496C5A;
}
</style>
background-color css
<style>
a { background-color: #496C5A; }
a { background-color: rgb(73,108,90); }
div.DivClassName
{
background-color: #496C5A;
}
.BgClassName
{
background-color: #496C5A;
}
</style>
border-color css
<style>
span { border-color: #496C5A; }
span { border-color: rgb(73,108,90); }
td.TdClassName
{
border-color: #496C5A;
}
.TagClassName
{
border-color: #496C5A;
}
</style>