Shades of Nandor #4E6C4D
Tints of Nandor #4E6C4D
RGB
CMYK
RGB Variations
Color information
#4E6C4D (or 0x4E6C4D) is known color: Nandor. HEX triplet: 4E, 6C and 4D. RGB value is (78,108,77). Sum of RGB (Red+Green+Blue) = 78+108+77=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6C4D is #B193B2. Grayscale: #5F5F5F. Windows color (decimal): -11637683 or 5073998. OLE color: 5073998.
HSL color Cylindrical-coordinate representation of color #4E6C4D: hue angle of 118.06º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E6C4D is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 108 | 77 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.58 |
| HSL | 118.06º | 0.17% | 0.36% | - |
| HSV(B) | 118.06º | 0.29% | 0.42% | - |
| XYZ | 9.84 | 12.88 | 8.99 | - |
| YUV | 95.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 77 | 0.28 | 0 | 0.29 | 0.58 | 118.06 | 0.17 | 0.36 |
| Hex | 4E | 6C | 4D | 1C | 0 | 1D | 3A | 76 | 11 | 24 |
| Octal | 116 | 154 | 115 | 34 | 0 | 35 | 72 | 166 | 21 | 44 |
| Binary | 1001110 | 1101100 | 1001101 | 11100 | 0 | 11101 | 111010 | 1110110 | 10001 | 100100 |
Color Harmonies of #4E6C4D
Complementary color
Monochromatic Colors of #4E6C4D
Black with #4E6C4D
Text Example
Text Example
White with #4E6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6C4D; }
p { color: rgb(78,108,77); }
H1.HeaderClassName
{
color: #4E6C4D;
}
.AnyTagClassName
{
color: #4E6C4D;
}
</style>
background-color css
<style>
a { background-color: #4E6C4D; }
a { background-color: rgb(78,108,77); }
div.DivClassName
{
background-color: #4E6C4D;
}
.BgClassName
{
background-color: #4E6C4D;
}
</style>
border-color css
<style>
span { border-color: #4E6C4D; }
span { border-color: rgb(78,108,77); }
td.TdClassName
{
border-color: #4E6C4D;
}
.TagClassName
{
border-color: #4E6C4D;
}
</style>