Shades of Nandor #49644C
Tints of Nandor #49644C
RGB
CMYK
RGB Variations
Color information
#49644C (or 0x49644C) is known color: Nandor. HEX triplet: 49, 64 and 4C. RGB value is (73,100,76). Sum of RGB (Red+Green+Blue) = 73+100+76=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #49644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49644C is #B69BB3. Grayscale: #595959. Windows color (decimal): -11967412 or 5006409. OLE color: 5006409.
HSL color Cylindrical-coordinate representation of color #49644C: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49644C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 76 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.61 |
| HSL | 126.67º | 0.16% | 0.34% | - |
| HSV(B) | 126.67º | 0.27% | 0.39% | - |
| XYZ | 8.61 | 11.05 | 8.52 | - |
| YUV | 89.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 76 | 0.27 | 0 | 0.24 | 0.61 | 126.67 | 0.16 | 0.34 |
| Hex | 49 | 64 | 4C | 1B | 0 | 18 | 3D | 7F | 10 | 22 |
| Octal | 111 | 144 | 114 | 33 | 0 | 30 | 75 | 177 | 20 | 42 |
| Binary | 1001001 | 1100100 | 1001100 | 11011 | 0 | 11000 | 111101 | 1111111 | 10000 | 100010 |
Color Harmonies of #49644C
Complementary color
Monochromatic Colors of #49644C
Black with #49644C
Text Example
Text Example
White with #49644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49644C; }
p { color: rgb(73,100,76); }
H1.HeaderClassName
{
color: #49644C;
}
.AnyTagClassName
{
color: #49644C;
}
</style>
background-color css
<style>
a { background-color: #49644C; }
a { background-color: rgb(73,100,76); }
div.DivClassName
{
background-color: #49644C;
}
.BgClassName
{
background-color: #49644C;
}
</style>
border-color css
<style>
span { border-color: #49644C; }
span { border-color: rgb(73,100,76); }
td.TdClassName
{
border-color: #49644C;
}
.TagClassName
{
border-color: #49644C;
}
</style>