Shades of Plantation #47574F
Tints of Plantation #47574F
RGB
CMYK
RGB Variations
Color information
#47574F (or 0x47574F) is known color: Plantation. HEX triplet: 47, 57 and 4F. RGB value is (71,87,79). Sum of RGB (Red+Green+Blue) = 71+87+79=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #47574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47574F is #B8A8B0. Grayscale: #515151. Windows color (decimal): -12101809 or 5199687. OLE color: 5199687.
HSL color Cylindrical-coordinate representation of color #47574F: hue angle of 150º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47574F is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 79 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.66 |
| HSL | 150º | 0.1% | 0.31% | - |
| HSV(B) | 150º | 0.18% | 0.34% | - |
| XYZ | 7.42 | 8.72 | 8.69 | - |
| YUV | 81.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 79 | 0.18 | 0 | 0.09 | 0.66 | 150 | 0.1 | 0.31 |
| Hex | 47 | 57 | 4F | 12 | 0 | 9 | 42 | 96 | A | 1F |
| Octal | 107 | 127 | 117 | 22 | 0 | 11 | 102 | 226 | 12 | 37 |
| Binary | 1000111 | 1010111 | 1001111 | 10010 | 0 | 1001 | 1000010 | 10010110 | 1010 | 11111 |
Color Harmonies of #47574F
Complementary color
Monochromatic Colors of #47574F
Black with #47574F
Text Example
Text Example
White with #47574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47574F; }
p { color: rgb(71,87,79); }
H1.HeaderClassName
{
color: #47574F;
}
.AnyTagClassName
{
color: #47574F;
}
</style>
background-color css
<style>
a { background-color: #47574F; }
a { background-color: rgb(71,87,79); }
div.DivClassName
{
background-color: #47574F;
}
.BgClassName
{
background-color: #47574F;
}
</style>
border-color css
<style>
span { border-color: #47574F; }
span { border-color: rgb(71,87,79); }
td.TdClassName
{
border-color: #47574F;
}
.TagClassName
{
border-color: #47574F;
}
</style>