Shades of Nandor #4C624D
Tints of Nandor #4C624D
RGB
CMYK
RGB Variations
Color information
#4C624D (or 0x4C624D) is known color: Nandor. HEX triplet: 4C, 62 and 4D. RGB value is (76,98,77). Sum of RGB (Red+Green+Blue) = 76+98+77=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #4C624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C624D is #B39DB2. Grayscale: #595959. Windows color (decimal): -11771315 or 5071436. OLE color: 5071436.
HSL color Cylindrical-coordinate representation of color #4C624D: hue angle of 122.73º 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 #4C624D is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 77 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.62 |
| HSL | 122.73º | 0.13% | 0.34% | - |
| HSV(B) | 122.73º | 0.22% | 0.38% | - |
| XYZ | 8.69 | 10.81 | 8.65 | - |
| YUV | 89.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 77 | 0.22 | 0 | 0.21 | 0.62 | 122.73 | 0.13 | 0.34 |
| Hex | 4C | 62 | 4D | 16 | 0 | 15 | 3E | 7B | D | 22 |
| Octal | 114 | 142 | 115 | 26 | 0 | 25 | 76 | 173 | 15 | 42 |
| Binary | 1001100 | 1100010 | 1001101 | 10110 | 0 | 10101 | 111110 | 1111011 | 1101 | 100010 |
Color Harmonies of #4C624D
Complementary color
Monochromatic Colors of #4C624D
Black with #4C624D
Text Example
Text Example
White with #4C624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C624D; }
p { color: rgb(76,98,77); }
H1.HeaderClassName
{
color: #4C624D;
}
.AnyTagClassName
{
color: #4C624D;
}
</style>
background-color css
<style>
a { background-color: #4C624D; }
a { background-color: rgb(76,98,77); }
div.DivClassName
{
background-color: #4C624D;
}
.BgClassName
{
background-color: #4C624D;
}
</style>
border-color css
<style>
span { border-color: #4C624D; }
span { border-color: rgb(76,98,77); }
td.TdClassName
{
border-color: #4C624D;
}
.TagClassName
{
border-color: #4C624D;
}
</style>