Shades of Nandor #47634A
Tints of Nandor #47634A
RGB
CMYK
RGB Variations
Color information
#47634A (or 0x47634A) is known color: Nandor. HEX triplet: 47, 63 and 4A. RGB value is (71,99,74). Sum of RGB (Red+Green+Blue) = 71+99+74=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #47634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47634A is #B89CB5. Grayscale: #575757. Windows color (decimal): -12098742 or 4875079. OLE color: 4875079.
HSL color Cylindrical-coordinate representation of color #47634A: hue angle of 126.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47634A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 74 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.61 |
| HSL | 126.43º | 0.16% | 0.33% | - |
| HSV(B) | 126.43º | 0.28% | 0.39% | - |
| XYZ | 8.3 | 10.76 | 8.12 | - |
| YUV | 87.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 74 | 0.28 | 0 | 0.25 | 0.61 | 126.43 | 0.16 | 0.33 |
| Hex | 47 | 63 | 4A | 1C | 0 | 19 | 3D | 7E | 10 | 21 |
| Octal | 107 | 143 | 112 | 34 | 0 | 31 | 75 | 176 | 20 | 41 |
| Binary | 1000111 | 1100011 | 1001010 | 11100 | 0 | 11001 | 111101 | 1111110 | 10000 | 100001 |
Color Harmonies of #47634A
Complementary color
Monochromatic Colors of #47634A
Black with #47634A
Text Example
Text Example
White with #47634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47634A; }
p { color: rgb(71,99,74); }
H1.HeaderClassName
{
color: #47634A;
}
.AnyTagClassName
{
color: #47634A;
}
</style>
background-color css
<style>
a { background-color: #47634A; }
a { background-color: rgb(71,99,74); }
div.DivClassName
{
background-color: #47634A;
}
.BgClassName
{
background-color: #47634A;
}
</style>
border-color css
<style>
span { border-color: #47634A; }
span { border-color: rgb(71,99,74); }
td.TdClassName
{
border-color: #47634A;
}
.TagClassName
{
border-color: #47634A;
}
</style>