Shades of Nandor #4C534C
Tints of Nandor #4C534C
RGB
CMYK
RGB Variations
Color information
#4C534C (or 0x4C534C) is known color: Nandor. HEX triplet: 4C, 53 and 4C. RGB value is (76,83,76). Sum of RGB (Red+Green+Blue) = 76+83+76=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #4C534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C534C is #B3ACB3. Grayscale: #505050. Windows color (decimal): -11775156 or 5002060. OLE color: 5002060.
HSL color Cylindrical-coordinate representation of color #4C534C: hue angle of 120º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C534C is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 76 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.67 |
| HSL | 120º | 0.04% | 0.31% | - |
| HSV(B) | 120º | 0.08% | 0.33% | - |
| XYZ | 7.38 | 8.24 | 8.04 | - |
| YUV | 80.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 76 | 0.08 | 0 | 0.08 | 0.67 | 120 | 0.04 | 0.31 |
| Hex | 4C | 53 | 4C | 8 | 0 | 8 | 43 | 78 | 4 | 1F |
| Octal | 114 | 123 | 114 | 10 | 0 | 10 | 103 | 170 | 4 | 37 |
| Binary | 1001100 | 1010011 | 1001100 | 1000 | 0 | 1000 | 1000011 | 1111000 | 100 | 11111 |
Color Harmonies of #4C534C
Complementary color
Monochromatic Colors of #4C534C
Black with #4C534C
Text Example
Text Example
White with #4C534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C534C; }
p { color: rgb(76,83,76); }
H1.HeaderClassName
{
color: #4C534C;
}
.AnyTagClassName
{
color: #4C534C;
}
</style>
background-color css
<style>
a { background-color: #4C534C; }
a { background-color: rgb(76,83,76); }
div.DivClassName
{
background-color: #4C534C;
}
.BgClassName
{
background-color: #4C534C;
}
</style>
border-color css
<style>
span { border-color: #4C534C; }
span { border-color: rgb(76,83,76); }
td.TdClassName
{
border-color: #4C534C;
}
.TagClassName
{
border-color: #4C534C;
}
</style>