Shades of Nandor #496B47
Tints of Nandor #496B47
RGB
CMYK
RGB Variations
Color information
#496B47 (or 0x496B47) is known color: Nandor. HEX triplet: 49, 6B and 47. RGB value is (73,107,71). Sum of RGB (Red+Green+Blue) = 73+107+71=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #496B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B47 is #B694B8. Grayscale: #5C5C5C. Windows color (decimal): -11965625 or 4680521. OLE color: 4680521.
HSL color Cylindrical-coordinate representation of color #496B47: hue angle of 116.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496B47 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 107 | 71 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.58 |
| HSL | 116.67º | 0.2% | 0.35% | - |
| HSV(B) | 116.67º | 0.34% | 0.42% | - |
| XYZ | 9.14 | 12.39 | 7.87 | - |
| YUV | 92.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 71 | 0.32 | 0 | 0.34 | 0.58 | 116.67 | 0.2 | 0.35 |
| Hex | 49 | 6B | 47 | 20 | 0 | 22 | 3A | 75 | 14 | 23 |
| Octal | 111 | 153 | 107 | 40 | 0 | 42 | 72 | 165 | 24 | 43 |
| Binary | 1001001 | 1101011 | 1000111 | 100000 | 0 | 100010 | 111010 | 1110101 | 10100 | 100011 |
Color Harmonies of #496B47
Complementary color
Monochromatic Colors of #496B47
Black with #496B47
Text Example
Text Example
White with #496B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496B47; }
p { color: rgb(73,107,71); }
H1.HeaderClassName
{
color: #496B47;
}
.AnyTagClassName
{
color: #496B47;
}
</style>
background-color css
<style>
a { background-color: #496B47; }
a { background-color: rgb(73,107,71); }
div.DivClassName
{
background-color: #496B47;
}
.BgClassName
{
background-color: #496B47;
}
</style>
border-color css
<style>
span { border-color: #496B47; }
span { border-color: rgb(73,107,71); }
td.TdClassName
{
border-color: #496B47;
}
.TagClassName
{
border-color: #496B47;
}
</style>