Shades of Nandor #4D594D
Tints of Nandor #4D594D
RGB
CMYK
RGB Variations
Color information
#4D594D (or 0x4D594D) is known color: Nandor. HEX triplet: 4D, 59 and 4D. RGB value is (77,89,77). Sum of RGB (Red+Green+Blue) = 77+89+77=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #4D594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D594D is #B2A6B2. Grayscale: #545454. Windows color (decimal): -11708083 or 5069133. OLE color: 5069133.
HSL color Cylindrical-coordinate representation of color #4D594D: hue angle of 120º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D594D is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
RGB | 77 | 89 | 77 | - |
CMYK | 0.13 | 0 | 0.13 | 0.65 |
HSL | 120º | 0.07% | 0.33% | - |
HSV(B) | 120º | 0.13% | 0.35% | - |
XYZ | 7.97 | 9.26 | 8.39 | - |
YUV | 84.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 89 | 77 | 0.13 | 0 | 0.13 | 0.65 | 120 | 0.07 | 0.33 |
Hex | 4D | 59 | 4D | D | 0 | D | 41 | 78 | 7 | 21 |
Octal | 115 | 131 | 115 | 15 | 0 | 15 | 101 | 170 | 7 | 41 |
Binary | 1001101 | 1011001 | 1001101 | 1101 | 0 | 1101 | 1000001 | 1111000 | 111 | 100001 |
Color Harmonies of #4D594D
Complementary color
Monochromatic Colors of #4D594D
Black with #4D594D
Text Example
Text Example
White with #4D594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D594D; }
p { color: rgb(77,89,77); }
H1.HeaderClassName
{
color: #4D594D;
}
.AnyTagClassName
{
color: #4D594D;
}
</style>
background-color css
<style>
a { background-color: #4D594D; }
a { background-color: rgb(77,89,77); }
div.DivClassName
{
background-color: #4D594D;
}
.BgClassName
{
background-color: #4D594D;
}
</style>
border-color css
<style>
span { border-color: #4D594D; }
span { border-color: rgb(77,89,77); }
td.TdClassName
{
border-color: #4D594D;
}
.TagClassName
{
border-color: #4D594D;
}
</style>