Shades of Nandor #496B49
Tints of Nandor #496B49
RGB
CMYK
RGB Variations
Color information
#496B49 (or 0x496B49) is known color: Nandor. HEX triplet: 49, 6B and 49. RGB value is (73,107,73). Sum of RGB (Red+Green+Blue) = 73+107+73=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #496B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B49 is #B694B6. Grayscale: #5D5D5D. Windows color (decimal): -11965623 or 4811593. OLE color: 4811593.
HSL color Cylindrical-coordinate representation of color #496B49: hue angle of 120º 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 #496B49 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 107 | 73 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.58 |
| HSL | 120º | 0.19% | 0.35% | - |
| HSV(B) | 120º | 0.32% | 0.42% | - |
| XYZ | 9.21 | 12.41 | 8.21 | - |
| YUV | 92.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 73 | 0.32 | 0 | 0.32 | 0.58 | 120 | 0.19 | 0.35 |
| Hex | 49 | 6B | 49 | 20 | 0 | 20 | 3A | 78 | 13 | 23 |
| Octal | 111 | 153 | 111 | 40 | 0 | 40 | 72 | 170 | 23 | 43 |
| Binary | 1001001 | 1101011 | 1001001 | 100000 | 0 | 100000 | 111010 | 1111000 | 10011 | 100011 |
Color Harmonies of #496B49
Complementary color
Monochromatic Colors of #496B49
Black with #496B49
Text Example
Text Example
White with #496B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496B49; }
p { color: rgb(73,107,73); }
H1.HeaderClassName
{
color: #496B49;
}
.AnyTagClassName
{
color: #496B49;
}
</style>
background-color css
<style>
a { background-color: #496B49; }
a { background-color: rgb(73,107,73); }
div.DivClassName
{
background-color: #496B49;
}
.BgClassName
{
background-color: #496B49;
}
</style>
border-color css
<style>
span { border-color: #496B49; }
span { border-color: rgb(73,107,73); }
td.TdClassName
{
border-color: #496B49;
}
.TagClassName
{
border-color: #496B49;
}
</style>