Shades of Nandor #4D624C
Tints of Nandor #4D624C
RGB
CMYK
RGB Variations
Color information
#4D624C (or 0x4D624C) is known color: Nandor. HEX triplet: 4D, 62 and 4C. RGB value is (77,98,76). Sum of RGB (Red+Green+Blue) = 77+98+76=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #4D624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D624C is #B29DB3. Grayscale: #595959. Windows color (decimal): -11705780 or 5005901. OLE color: 5005901.
HSL color Cylindrical-coordinate representation of color #4D624C: hue angle of 117.27º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D624C is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 76 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.62 |
| HSL | 117.27º | 0.13% | 0.34% | - |
| HSV(B) | 117.27º | 0.22% | 0.38% | - |
| XYZ | 8.73 | 10.83 | 8.47 | - |
| YUV | 89.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 76 | 0.21 | 0 | 0.22 | 0.62 | 117.27 | 0.13 | 0.34 |
| Hex | 4D | 62 | 4C | 15 | 0 | 16 | 3E | 75 | D | 22 |
| Octal | 115 | 142 | 114 | 25 | 0 | 26 | 76 | 165 | 15 | 42 |
| Binary | 1001101 | 1100010 | 1001100 | 10101 | 0 | 10110 | 111110 | 1110101 | 1101 | 100010 |
Color Harmonies of #4D624C
Complementary color
Monochromatic Colors of #4D624C
Black with #4D624C
Text Example
Text Example
White with #4D624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D624C; }
p { color: rgb(77,98,76); }
H1.HeaderClassName
{
color: #4D624C;
}
.AnyTagClassName
{
color: #4D624C;
}
</style>
background-color css
<style>
a { background-color: #4D624C; }
a { background-color: rgb(77,98,76); }
div.DivClassName
{
background-color: #4D624C;
}
.BgClassName
{
background-color: #4D624C;
}
</style>
border-color css
<style>
span { border-color: #4D624C; }
span { border-color: rgb(77,98,76); }
td.TdClassName
{
border-color: #4D624C;
}
.TagClassName
{
border-color: #4D624C;
}
</style>