Shades of Nandor #49654C
Tints of Nandor #49654C
RGB
CMYK
RGB Variations
Color information
#49654C (or 0x49654C) is known color: Nandor. HEX triplet: 49, 65 and 4C. RGB value is (73,101,76). Sum of RGB (Red+Green+Blue) = 73+101+76=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #49654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49654C is #B69AB3. Grayscale: #595959. Windows color (decimal): -11967156 or 5006665. OLE color: 5006665.
HSL color Cylindrical-coordinate representation of color #49654C: hue angle of 126.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49654C is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 76 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.60 |
| HSL | 126.43º | 0.16% | 0.34% | - |
| HSV(B) | 126.43º | 0.28% | 0.4% | - |
| XYZ | 8.71 | 11.25 | 8.55 | - |
| YUV | 89.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 76 | 0.28 | 0 | 0.25 | 0.60 | 126.43 | 0.16 | 0.34 |
| Hex | 49 | 65 | 4C | 1C | 0 | 19 | 3C | 7E | 10 | 22 |
| Octal | 111 | 145 | 114 | 34 | 0 | 31 | 74 | 176 | 20 | 42 |
| Binary | 1001001 | 1100101 | 1001100 | 11100 | 0 | 11001 | 111100 | 1111110 | 10000 | 100010 |
Color Harmonies of #49654C
Complementary color
Monochromatic Colors of #49654C
Black with #49654C
Text Example
Text Example
White with #49654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49654C; }
p { color: rgb(73,101,76); }
H1.HeaderClassName
{
color: #49654C;
}
.AnyTagClassName
{
color: #49654C;
}
</style>
background-color css
<style>
a { background-color: #49654C; }
a { background-color: rgb(73,101,76); }
div.DivClassName
{
background-color: #49654C;
}
.BgClassName
{
background-color: #49654C;
}
</style>
border-color css
<style>
span { border-color: #49654C; }
span { border-color: rgb(73,101,76); }
td.TdClassName
{
border-color: #49654C;
}
.TagClassName
{
border-color: #49654C;
}
</style>