Shades of Nandor #4D634D
Tints of Nandor #4D634D
RGB
CMYK
RGB Variations
Color information
#4D634D (or 0x4D634D) is known color: Nandor. HEX triplet: 4D, 63 and 4D. RGB value is (77,99,77). Sum of RGB (Red+Green+Blue) = 77+99+77=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #4D634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D634D is #B29CB2. Grayscale: #595959. Windows color (decimal): -11705523 or 5071693. OLE color: 5071693.
HSL color Cylindrical-coordinate representation of color #4D634D: hue angle of 120º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D634D is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 77 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.61 |
| HSL | 120º | 0.13% | 0.35% | - |
| HSV(B) | 120º | 0.22% | 0.39% | - |
| XYZ | 8.86 | 11.04 | 8.68 | - |
| YUV | 89.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 77 | 0.22 | 0 | 0.22 | 0.61 | 120 | 0.13 | 0.35 |
| Hex | 4D | 63 | 4D | 16 | 0 | 16 | 3D | 78 | C | 23 |
| Octal | 115 | 143 | 115 | 26 | 0 | 26 | 75 | 170 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1001101 | 10110 | 0 | 10110 | 111101 | 1111000 | 1100 | 100011 |
Color Harmonies of #4D634D
Complementary color
Monochromatic Colors of #4D634D
Black with #4D634D
Text Example
Text Example
White with #4D634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D634D; }
p { color: rgb(77,99,77); }
H1.HeaderClassName
{
color: #4D634D;
}
.AnyTagClassName
{
color: #4D634D;
}
</style>
background-color css
<style>
a { background-color: #4D634D; }
a { background-color: rgb(77,99,77); }
div.DivClassName
{
background-color: #4D634D;
}
.BgClassName
{
background-color: #4D634D;
}
</style>
border-color css
<style>
span { border-color: #4D634D; }
span { border-color: rgb(77,99,77); }
td.TdClassName
{
border-color: #4D634D;
}
.TagClassName
{
border-color: #4D634D;
}
</style>