Shades of Nandor #486D46
Tints of Nandor #486D46
RGB
CMYK
RGB Variations
Color information
#486D46 (or 0x486D46) is known color: Nandor. HEX triplet: 48, 6D and 46. RGB value is (72,109,70). Sum of RGB (Red+Green+Blue) = 72+109+70=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #486D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D46 is #B792B9. Grayscale: #5D5D5D. Windows color (decimal): -12030650 or 4615496. OLE color: 4615496.
HSL color Cylindrical-coordinate representation of color #486D46: hue angle of 116.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486D46 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 70 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.57 |
| HSL | 116.92º | 0.22% | 0.35% | - |
| HSV(B) | 116.92º | 0.36% | 0.43% | - |
| XYZ | 9.25 | 12.76 | 7.77 | - |
| YUV | 93.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 70 | 0.34 | 0 | 0.36 | 0.57 | 116.92 | 0.22 | 0.35 |
| Hex | 48 | 6D | 46 | 22 | 0 | 24 | 39 | 75 | 16 | 23 |
| Octal | 110 | 155 | 106 | 42 | 0 | 44 | 71 | 165 | 26 | 43 |
| Binary | 1001000 | 1101101 | 1000110 | 100010 | 0 | 100100 | 111001 | 1110101 | 10110 | 100011 |
Color Harmonies of #486D46
Complementary color
Monochromatic Colors of #486D46
Black with #486D46
Text Example
Text Example
White with #486D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D46; }
p { color: rgb(72,109,70); }
H1.HeaderClassName
{
color: #486D46;
}
.AnyTagClassName
{
color: #486D46;
}
</style>
background-color css
<style>
a { background-color: #486D46; }
a { background-color: rgb(72,109,70); }
div.DivClassName
{
background-color: #486D46;
}
.BgClassName
{
background-color: #486D46;
}
</style>
border-color css
<style>
span { border-color: #486D46; }
span { border-color: rgb(72,109,70); }
td.TdClassName
{
border-color: #486D46;
}
.TagClassName
{
border-color: #486D46;
}
</style>