Shades of Viridian Green #496D5D
Tints of Viridian Green #496D5D
RGB
CMYK
RGB Variations
Color information
#496D5D (or 0x496D5D) is known color: Viridian Green. HEX triplet: 49, 6D and 5D. RGB value is (73,109,93). Sum of RGB (Red+Green+Blue) = 73+109+93=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #496D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D5D is #B692A2. Grayscale: #606060. Windows color (decimal): -11965091 or 6122825. OLE color: 6122825.
HSL color Cylindrical-coordinate representation of color #496D5D: hue angle of 153.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496D5D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 93 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.57 |
| HSL | 153.33º | 0.2% | 0.36% | - |
| HSV(B) | 153.33º | 0.33% | 0.43% | - |
| XYZ | 10.19 | 13.14 | 12.36 | - |
| YUV | 96.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 93 | 0.33 | 0 | 0.15 | 0.57 | 153.33 | 0.2 | 0.36 |
| Hex | 49 | 6D | 5D | 21 | 0 | F | 39 | 99 | 14 | 24 |
| Octal | 111 | 155 | 135 | 41 | 0 | 17 | 71 | 231 | 24 | 44 |
| Binary | 1001001 | 1101101 | 1011101 | 100001 | 0 | 1111 | 111001 | 10011001 | 10100 | 100100 |
Color Harmonies of #496D5D
Complementary color
Monochromatic Colors of #496D5D
Black with #496D5D
Text Example
Text Example
White with #496D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D5D; }
p { color: rgb(73,109,93); }
H1.HeaderClassName
{
color: #496D5D;
}
.AnyTagClassName
{
color: #496D5D;
}
</style>
background-color css
<style>
a { background-color: #496D5D; }
a { background-color: rgb(73,109,93); }
div.DivClassName
{
background-color: #496D5D;
}
.BgClassName
{
background-color: #496D5D;
}
</style>
border-color css
<style>
span { border-color: #496D5D; }
span { border-color: rgb(73,109,93); }
td.TdClassName
{
border-color: #496D5D;
}
.TagClassName
{
border-color: #496D5D;
}
</style>