Shades of Nandor #4E6950
Tints of Nandor #4E6950
RGB
CMYK
RGB Variations
Color information
#4E6950 (or 0x4E6950) is known color: Nandor. HEX triplet: 4E, 69 and 50. RGB value is (78,105,80). Sum of RGB (Red+Green+Blue) = 78+105+80=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6950 is #B196AF. Grayscale: #5E5E5E. Windows color (decimal): -11638448 or 5269838. OLE color: 5269838.
HSL color Cylindrical-coordinate representation of color #4E6950: hue angle of 124.44º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6950 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 80 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.59 |
| HSL | 124.44º | 0.15% | 0.36% | - |
| HSV(B) | 124.44º | 0.26% | 0.41% | - |
| XYZ | 9.64 | 12.3 | 9.46 | - |
| YUV | 94.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 80 | 0.26 | 0 | 0.24 | 0.59 | 124.44 | 0.15 | 0.36 |
| Hex | 4E | 69 | 50 | 1A | 0 | 18 | 3B | 7C | F | 24 |
| Octal | 116 | 151 | 120 | 32 | 0 | 30 | 73 | 174 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1010000 | 11010 | 0 | 11000 | 111011 | 1111100 | 1111 | 100100 |
Color Harmonies of #4E6950
Complementary color
Monochromatic Colors of #4E6950
Black with #4E6950
Text Example
Text Example
White with #4E6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6950; }
p { color: rgb(78,105,80); }
H1.HeaderClassName
{
color: #4E6950;
}
.AnyTagClassName
{
color: #4E6950;
}
</style>
background-color css
<style>
a { background-color: #4E6950; }
a { background-color: rgb(78,105,80); }
div.DivClassName
{
background-color: #4E6950;
}
.BgClassName
{
background-color: #4E6950;
}
</style>
border-color css
<style>
span { border-color: #4E6950; }
span { border-color: rgb(78,105,80); }
td.TdClassName
{
border-color: #4E6950;
}
.TagClassName
{
border-color: #4E6950;
}
</style>