Shades of Nandor #486949
Tints of Nandor #486949
RGB
CMYK
RGB Variations
Color information
#486949 (or 0x486949) is known color: Nandor. HEX triplet: 48, 69 and 49. RGB value is (72,105,73). Sum of RGB (Red+Green+Blue) = 72+105+73=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #486949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486949 is #B796B6. Grayscale: #5B5B5B. Windows color (decimal): -12031671 or 4811080. OLE color: 4811080.
HSL color Cylindrical-coordinate representation of color #486949: hue angle of 121.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486949 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 73 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.59 |
| HSL | 121.82º | 0.19% | 0.35% | - |
| HSV(B) | 121.82º | 0.31% | 0.41% | - |
| XYZ | 8.93 | 11.96 | 8.14 | - |
| YUV | 91.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 73 | 0.31 | 0 | 0.30 | 0.59 | 121.82 | 0.19 | 0.35 |
| Hex | 48 | 69 | 49 | 1F | 0 | 1E | 3B | 7A | 13 | 23 |
| Octal | 110 | 151 | 111 | 37 | 0 | 36 | 73 | 172 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1001001 | 11111 | 0 | 11110 | 111011 | 1111010 | 10011 | 100011 |
Color Harmonies of #486949
Complementary color
Monochromatic Colors of #486949
Black with #486949
Text Example
Text Example
White with #486949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486949; }
p { color: rgb(72,105,73); }
H1.HeaderClassName
{
color: #486949;
}
.AnyTagClassName
{
color: #486949;
}
</style>
background-color css
<style>
a { background-color: #486949; }
a { background-color: rgb(72,105,73); }
div.DivClassName
{
background-color: #486949;
}
.BgClassName
{
background-color: #486949;
}
</style>
border-color css
<style>
span { border-color: #486949; }
span { border-color: rgb(72,105,73); }
td.TdClassName
{
border-color: #486949;
}
.TagClassName
{
border-color: #486949;
}
</style>