Shades of Nandor #4C624B
Tints of Nandor #4C624B
RGB
CMYK
RGB Variations
Color information
#4C624B (or 0x4C624B) is known color: Nandor. HEX triplet: 4C, 62 and 4B. RGB value is (76,98,75). Sum of RGB (Red+Green+Blue) = 76+98+75=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #4C624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C624B is #B39DB4. Grayscale: #585858. Windows color (decimal): -11771317 or 4940364. OLE color: 4940364.
HSL color Cylindrical-coordinate representation of color #4C624B: hue angle of 117.39º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C624B is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 75 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.62 |
| HSL | 117.39º | 0.13% | 0.34% | - |
| HSV(B) | 117.39º | 0.23% | 0.38% | - |
| XYZ | 8.62 | 10.78 | 8.28 | - |
| YUV | 88.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 75 | 0.22 | 0 | 0.23 | 0.62 | 117.39 | 0.13 | 0.34 |
| Hex | 4C | 62 | 4B | 16 | 0 | 17 | 3E | 75 | D | 22 |
| Octal | 114 | 142 | 113 | 26 | 0 | 27 | 76 | 165 | 15 | 42 |
| Binary | 1001100 | 1100010 | 1001011 | 10110 | 0 | 10111 | 111110 | 1110101 | 1101 | 100010 |
Color Harmonies of #4C624B
Complementary color
Monochromatic Colors of #4C624B
Black with #4C624B
Text Example
Text Example
White with #4C624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C624B; }
p { color: rgb(76,98,75); }
H1.HeaderClassName
{
color: #4C624B;
}
.AnyTagClassName
{
color: #4C624B;
}
</style>
background-color css
<style>
a { background-color: #4C624B; }
a { background-color: rgb(76,98,75); }
div.DivClassName
{
background-color: #4C624B;
}
.BgClassName
{
background-color: #4C624B;
}
</style>
border-color css
<style>
span { border-color: #4C624B; }
span { border-color: rgb(76,98,75); }
td.TdClassName
{
border-color: #4C624B;
}
.TagClassName
{
border-color: #4C624B;
}
</style>