Shades of Plantation #47534C
Tints of Plantation #47534C
RGB
CMYK
RGB Variations
Color information
#47534C (or 0x47534C) is known color: Plantation. HEX triplet: 47, 53 and 4C. RGB value is (71,83,76). Sum of RGB (Red+Green+Blue) = 71+83+76=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #47534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47534C is #B8ACB3. Grayscale: #4E4E4E. Windows color (decimal): -12102836 or 5002055. OLE color: 5002055.
HSL color Cylindrical-coordinate representation of color #47534C: hue angle of 145º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47534C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 76 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.67 |
| HSL | 145º | 0.08% | 0.3% | - |
| HSV(B) | 145º | 0.14% | 0.33% | - |
| XYZ | 7 | 8.05 | 8.02 | - |
| YUV | 78.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 76 | 0.14 | 0 | 0.08 | 0.67 | 145 | 0.08 | 0.3 |
| Hex | 47 | 53 | 4C | E | 0 | 8 | 43 | 91 | 8 | 1E |
| Octal | 107 | 123 | 114 | 16 | 0 | 10 | 103 | 221 | 10 | 36 |
| Binary | 1000111 | 1010011 | 1001100 | 1110 | 0 | 1000 | 1000011 | 10010001 | 1000 | 11110 |
Color Harmonies of #47534C
Complementary color
Monochromatic Colors of #47534C
Black with #47534C
Text Example
Text Example
White with #47534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47534C; }
p { color: rgb(71,83,76); }
H1.HeaderClassName
{
color: #47534C;
}
.AnyTagClassName
{
color: #47534C;
}
</style>
background-color css
<style>
a { background-color: #47534C; }
a { background-color: rgb(71,83,76); }
div.DivClassName
{
background-color: #47534C;
}
.BgClassName
{
background-color: #47534C;
}
</style>
border-color css
<style>
span { border-color: #47534C; }
span { border-color: rgb(71,83,76); }
td.TdClassName
{
border-color: #47534C;
}
.TagClassName
{
border-color: #47534C;
}
</style>