Shades of Nandor #48644C
Tints of Nandor #48644C
RGB
CMYK
RGB Variations
Color information
#48644C (or 0x48644C) is known color: Nandor. HEX triplet: 48, 64 and 4C. RGB value is (72,100,76). Sum of RGB (Red+Green+Blue) = 72+100+76=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #48644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48644C is #B79BB3. Grayscale: #585858. Windows color (decimal): -12032948 or 5006408. OLE color: 5006408.
HSL color Cylindrical-coordinate representation of color #48644C: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48644C is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 76 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.61 |
| HSL | 128.57º | 0.16% | 0.34% | - |
| HSV(B) | 128.57º | 0.28% | 0.39% | - |
| XYZ | 8.53 | 11.01 | 8.51 | - |
| YUV | 88.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 76 | 0.28 | 0 | 0.24 | 0.61 | 128.57 | 0.16 | 0.34 |
| Hex | 48 | 64 | 4C | 1C | 0 | 18 | 3D | 81 | 10 | 22 |
| Octal | 110 | 144 | 114 | 34 | 0 | 30 | 75 | 201 | 20 | 42 |
| Binary | 1001000 | 1100100 | 1001100 | 11100 | 0 | 11000 | 111101 | 10000001 | 10000 | 100010 |
Color Harmonies of #48644C
Complementary color
Monochromatic Colors of #48644C
Black with #48644C
Text Example
Text Example
White with #48644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48644C; }
p { color: rgb(72,100,76); }
H1.HeaderClassName
{
color: #48644C;
}
.AnyTagClassName
{
color: #48644C;
}
</style>
background-color css
<style>
a { background-color: #48644C; }
a { background-color: rgb(72,100,76); }
div.DivClassName
{
background-color: #48644C;
}
.BgClassName
{
background-color: #48644C;
}
</style>
border-color css
<style>
span { border-color: #48644C; }
span { border-color: rgb(72,100,76); }
td.TdClassName
{
border-color: #48644C;
}
.TagClassName
{
border-color: #48644C;
}
</style>