Shades of Plantation #47514B
Tints of Plantation #47514B
RGB
CMYK
RGB Variations
Color information
#47514B (or 0x47514B) is known color: Plantation. HEX triplet: 47, 51 and 4B. RGB value is (71,81,75). Sum of RGB (Red+Green+Blue) = 71+81+75=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #47514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47514B is #B8AEB4. Grayscale: #4D4D4D. Windows color (decimal): -12103349 or 4936007. OLE color: 4936007.
HSL color Cylindrical-coordinate representation of color #47514B: hue angle of 144º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47514B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 75 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.68 |
| HSL | 144º | 0.07% | 0.3% | - |
| HSV(B) | 144º | 0.12% | 0.32% | - |
| XYZ | 6.81 | 7.73 | 7.79 | - |
| YUV | 77.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 75 | 0.12 | 0 | 0.07 | 0.68 | 144 | 0.07 | 0.3 |
| Hex | 47 | 51 | 4B | C | 0 | 7 | 44 | 90 | 7 | 1E |
| Octal | 107 | 121 | 113 | 14 | 0 | 7 | 104 | 220 | 7 | 36 |
| Binary | 1000111 | 1010001 | 1001011 | 1100 | 0 | 111 | 1000100 | 10010000 | 111 | 11110 |
Color Harmonies of #47514B
Complementary color
Monochromatic Colors of #47514B
Black with #47514B
Text Example
Text Example
White with #47514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47514B; }
p { color: rgb(71,81,75); }
H1.HeaderClassName
{
color: #47514B;
}
.AnyTagClassName
{
color: #47514B;
}
</style>
background-color css
<style>
a { background-color: #47514B; }
a { background-color: rgb(71,81,75); }
div.DivClassName
{
background-color: #47514B;
}
.BgClassName
{
background-color: #47514B;
}
</style>
border-color css
<style>
span { border-color: #47514B; }
span { border-color: rgb(71,81,75); }
td.TdClassName
{
border-color: #47514B;
}
.TagClassName
{
border-color: #47514B;
}
</style>