Shades of Nandor #4C684C
Tints of Nandor #4C684C
RGB
CMYK
RGB Variations
Color information
#4C684C (or 0x4C684C) is known color: Nandor. HEX triplet: 4C, 68 and 4C. RGB value is (76,104,76). Sum of RGB (Red+Green+Blue) = 76+104+76=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #4C684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C684C is #B397B3. Grayscale: #5C5C5C. Windows color (decimal): -11769780 or 5007436. OLE color: 5007436.
HSL color Cylindrical-coordinate representation of color #4C684C: hue angle of 120º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C684C is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 76 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.59 |
| HSL | 120º | 0.16% | 0.35% | - |
| HSV(B) | 120º | 0.27% | 0.41% | - |
| XYZ | 9.24 | 11.96 | 8.66 | - |
| YUV | 92.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 76 | 0.27 | 0 | 0.27 | 0.59 | 120 | 0.16 | 0.35 |
| Hex | 4C | 68 | 4C | 1B | 0 | 1B | 3B | 78 | 10 | 23 |
| Octal | 114 | 150 | 114 | 33 | 0 | 33 | 73 | 170 | 20 | 43 |
| Binary | 1001100 | 1101000 | 1001100 | 11011 | 0 | 11011 | 111011 | 1111000 | 10000 | 100011 |
Color Harmonies of #4C684C
Complementary color
Monochromatic Colors of #4C684C
Black with #4C684C
Text Example
Text Example
White with #4C684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C684C; }
p { color: rgb(76,104,76); }
H1.HeaderClassName
{
color: #4C684C;
}
.AnyTagClassName
{
color: #4C684C;
}
</style>
background-color css
<style>
a { background-color: #4C684C; }
a { background-color: rgb(76,104,76); }
div.DivClassName
{
background-color: #4C684C;
}
.BgClassName
{
background-color: #4C684C;
}
</style>
border-color css
<style>
span { border-color: #4C684C; }
span { border-color: rgb(76,104,76); }
td.TdClassName
{
border-color: #4C684C;
}
.TagClassName
{
border-color: #4C684C;
}
</style>