Shades of Nandor #4D6C4D
Tints of Nandor #4D6C4D
RGB
CMYK
RGB Variations
Color information
#4D6C4D (or 0x4D6C4D) is known color: Nandor. HEX triplet: 4D, 6C and 4D. RGB value is (77,108,77). Sum of RGB (Red+Green+Blue) = 77+108+77=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C4D is #B293B2. Grayscale: #5F5F5F. Windows color (decimal): -11703219 or 5073997. OLE color: 5073997.
HSL color Cylindrical-coordinate representation of color #4D6C4D: hue angle of 120º 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 #4D6C4D is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 108 | 77 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.58 |
| HSL | 120º | 0.17% | 0.36% | - |
| HSV(B) | 120º | 0.29% | 0.42% | - |
| XYZ | 9.76 | 12.84 | 8.98 | - |
| YUV | 95.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 77 | 0.29 | 0 | 0.29 | 0.58 | 120 | 0.17 | 0.36 |
| Hex | 4D | 6C | 4D | 1D | 0 | 1D | 3A | 78 | 11 | 24 |
| Octal | 115 | 154 | 115 | 35 | 0 | 35 | 72 | 170 | 21 | 44 |
| Binary | 1001101 | 1101100 | 1001101 | 11101 | 0 | 11101 | 111010 | 1111000 | 10001 | 100100 |
Color Harmonies of #4D6C4D
Complementary color
Monochromatic Colors of #4D6C4D
Black with #4D6C4D
Text Example
Text Example
White with #4D6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6C4D; }
p { color: rgb(77,108,77); }
H1.HeaderClassName
{
color: #4D6C4D;
}
.AnyTagClassName
{
color: #4D6C4D;
}
</style>
background-color css
<style>
a { background-color: #4D6C4D; }
a { background-color: rgb(77,108,77); }
div.DivClassName
{
background-color: #4D6C4D;
}
.BgClassName
{
background-color: #4D6C4D;
}
</style>
border-color css
<style>
span { border-color: #4D6C4D; }
span { border-color: rgb(77,108,77); }
td.TdClassName
{
border-color: #4D6C4D;
}
.TagClassName
{
border-color: #4D6C4D;
}
</style>