Shades of Nandor #4C6A49
Tints of Nandor #4C6A49
RGB
CMYK
RGB Variations
Color information
#4C6A49 (or 0x4C6A49) is known color: Nandor. HEX triplet: 4C, 6A and 49. RGB value is (76,106,73). Sum of RGB (Red+Green+Blue) = 76+106+73=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A49 is #B395B6. Grayscale: #5D5D5D. Windows color (decimal): -11769271 or 4811340. OLE color: 4811340.
HSL color Cylindrical-coordinate representation of color #4C6A49: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C6A49 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 106 | 73 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.58 |
| HSL | 114.55º | 0.18% | 0.35% | - |
| HSV(B) | 114.55º | 0.31% | 0.42% | - |
| XYZ | 9.34 | 12.33 | 8.19 | - |
| YUV | 93.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 73 | 0.28 | 0 | 0.31 | 0.58 | 114.55 | 0.18 | 0.35 |
| Hex | 4C | 6A | 49 | 1C | 0 | 1F | 3A | 73 | 12 | 23 |
| Octal | 114 | 152 | 111 | 34 | 0 | 37 | 72 | 163 | 22 | 43 |
| Binary | 1001100 | 1101010 | 1001001 | 11100 | 0 | 11111 | 111010 | 1110011 | 10010 | 100011 |
Color Harmonies of #4C6A49
Complementary color
Monochromatic Colors of #4C6A49
Black with #4C6A49
Text Example
Text Example
White with #4C6A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6A49; }
p { color: rgb(76,106,73); }
H1.HeaderClassName
{
color: #4C6A49;
}
.AnyTagClassName
{
color: #4C6A49;
}
</style>
background-color css
<style>
a { background-color: #4C6A49; }
a { background-color: rgb(76,106,73); }
div.DivClassName
{
background-color: #4C6A49;
}
.BgClassName
{
background-color: #4C6A49;
}
</style>
border-color css
<style>
span { border-color: #4C6A49; }
span { border-color: rgb(76,106,73); }
td.TdClassName
{
border-color: #4C6A49;
}
.TagClassName
{
border-color: #4C6A49;
}
</style>