Shades of Nandor #476C46
Tints of Nandor #476C46
RGB
CMYK
RGB Variations
Color information
#476C46 (or 0x476C46) is known color: Nandor. HEX triplet: 47, 6C and 46. RGB value is (71,108,70). Sum of RGB (Red+Green+Blue) = 71+108+70=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #476C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C46 is #B893B9. Grayscale: #5C5C5C. Windows color (decimal): -12096442 or 4615239. OLE color: 4615239.
HSL color Cylindrical-coordinate representation of color #476C46: hue angle of 118.42º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476C46 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 70 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.58 |
| HSL | 118.42º | 0.21% | 0.35% | - |
| HSV(B) | 118.42º | 0.35% | 0.42% | - |
| XYZ | 9.07 | 12.51 | 7.73 | - |
| YUV | 92.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 70 | 0.34 | 0 | 0.35 | 0.58 | 118.42 | 0.21 | 0.35 |
| Hex | 47 | 6C | 46 | 22 | 0 | 23 | 3A | 76 | 15 | 23 |
| Octal | 107 | 154 | 106 | 42 | 0 | 43 | 72 | 166 | 25 | 43 |
| Binary | 1000111 | 1101100 | 1000110 | 100010 | 0 | 100011 | 111010 | 1110110 | 10101 | 100011 |
Color Harmonies of #476C46
Complementary color
Monochromatic Colors of #476C46
Black with #476C46
Text Example
Text Example
White with #476C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C46; }
p { color: rgb(71,108,70); }
H1.HeaderClassName
{
color: #476C46;
}
.AnyTagClassName
{
color: #476C46;
}
</style>
background-color css
<style>
a { background-color: #476C46; }
a { background-color: rgb(71,108,70); }
div.DivClassName
{
background-color: #476C46;
}
.BgClassName
{
background-color: #476C46;
}
</style>
border-color css
<style>
span { border-color: #476C46; }
span { border-color: rgb(71,108,70); }
td.TdClassName
{
border-color: #476C46;
}
.TagClassName
{
border-color: #476C46;
}
</style>