Shades of Nandor #47654A
Tints of Nandor #47654A
RGB
CMYK
RGB Variations
Color information
#47654A (or 0x47654A) is known color: Nandor. HEX triplet: 47, 65 and 4A. RGB value is (71,101,74). Sum of RGB (Red+Green+Blue) = 71+101+74=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #47654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47654A is #B89AB5. Grayscale: #595959. Windows color (decimal): -12098230 or 4875591. OLE color: 4875591.
HSL color Cylindrical-coordinate representation of color #47654A: hue angle of 126º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47654A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 74 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.60 |
| HSL | 126º | 0.17% | 0.34% | - |
| HSV(B) | 126º | 0.3% | 0.4% | - |
| XYZ | 8.49 | 11.14 | 8.18 | - |
| YUV | 88.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 74 | 0.30 | 0 | 0.27 | 0.60 | 126 | 0.17 | 0.34 |
| Hex | 47 | 65 | 4A | 1E | 0 | 1B | 3C | 7E | 11 | 22 |
| Octal | 107 | 145 | 112 | 36 | 0 | 33 | 74 | 176 | 21 | 42 |
| Binary | 1000111 | 1100101 | 1001010 | 11110 | 0 | 11011 | 111100 | 1111110 | 10001 | 100010 |
Color Harmonies of #47654A
Complementary color
Monochromatic Colors of #47654A
Black with #47654A
Text Example
Text Example
White with #47654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47654A; }
p { color: rgb(71,101,74); }
H1.HeaderClassName
{
color: #47654A;
}
.AnyTagClassName
{
color: #47654A;
}
</style>
background-color css
<style>
a { background-color: #47654A; }
a { background-color: rgb(71,101,74); }
div.DivClassName
{
background-color: #47654A;
}
.BgClassName
{
background-color: #47654A;
}
</style>
border-color css
<style>
span { border-color: #47654A; }
span { border-color: rgb(71,101,74); }
td.TdClassName
{
border-color: #47654A;
}
.TagClassName
{
border-color: #47654A;
}
</style>