Shades of Nandor #4C634D
Tints of Nandor #4C634D
RGB
CMYK
RGB Variations
Color information
#4C634D (or 0x4C634D) is known color: Nandor. HEX triplet: 4C, 63 and 4D. RGB value is (76,99,77). Sum of RGB (Red+Green+Blue) = 76+99+77=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #4C634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C634D is #B39CB2. Grayscale: #595959. Windows color (decimal): -11771059 or 5071692. OLE color: 5071692.
HSL color Cylindrical-coordinate representation of color #4C634D: hue angle of 122.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C634D is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 77 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.61 |
| HSL | 122.61º | 0.13% | 0.34% | - |
| HSV(B) | 122.61º | 0.23% | 0.39% | - |
| XYZ | 8.78 | 11 | 8.68 | - |
| YUV | 89.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 77 | 0.23 | 0 | 0.22 | 0.61 | 122.61 | 0.13 | 0.34 |
| Hex | 4C | 63 | 4D | 17 | 0 | 16 | 3D | 7B | D | 22 |
| Octal | 114 | 143 | 115 | 27 | 0 | 26 | 75 | 173 | 15 | 42 |
| Binary | 1001100 | 1100011 | 1001101 | 10111 | 0 | 10110 | 111101 | 1111011 | 1101 | 100010 |
Color Harmonies of #4C634D
Complementary color
Monochromatic Colors of #4C634D
Black with #4C634D
Text Example
Text Example
White with #4C634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C634D; }
p { color: rgb(76,99,77); }
H1.HeaderClassName
{
color: #4C634D;
}
.AnyTagClassName
{
color: #4C634D;
}
</style>
background-color css
<style>
a { background-color: #4C634D; }
a { background-color: rgb(76,99,77); }
div.DivClassName
{
background-color: #4C634D;
}
.BgClassName
{
background-color: #4C634D;
}
</style>
border-color css
<style>
span { border-color: #4C634D; }
span { border-color: rgb(76,99,77); }
td.TdClassName
{
border-color: #4C634D;
}
.TagClassName
{
border-color: #4C634D;
}
</style>