Shades of Plantation #48514C
Tints of Plantation #48514C
RGB
CMYK
RGB Variations
Color information
#48514C (or 0x48514C) is known color: Plantation. HEX triplet: 48, 51 and 4C. RGB value is (72,81,76). Sum of RGB (Red+Green+Blue) = 72+81+76=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #48514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48514C is #B7AEB3. Grayscale: #4D4D4D. Windows color (decimal): -12037812 or 5001544. OLE color: 5001544.
HSL color Cylindrical-coordinate representation of color #48514C: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48514C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 76 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.68 |
| HSL | 146.67º | 0.06% | 0.3% | - |
| HSV(B) | 146.67º | 0.11% | 0.32% | - |
| XYZ | 6.92 | 7.78 | 7.98 | - |
| YUV | 77.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 76 | 0.11 | 0 | 0.06 | 0.68 | 146.67 | 0.06 | 0.3 |
| Hex | 48 | 51 | 4C | B | 0 | 6 | 44 | 93 | 6 | 1E |
| Octal | 110 | 121 | 114 | 13 | 0 | 6 | 104 | 223 | 6 | 36 |
| Binary | 1001000 | 1010001 | 1001100 | 1011 | 0 | 110 | 1000100 | 10010011 | 110 | 11110 |
Color Harmonies of #48514C
Complementary color
Monochromatic Colors of #48514C
Black with #48514C
Text Example
Text Example
White with #48514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48514C; }
p { color: rgb(72,81,76); }
H1.HeaderClassName
{
color: #48514C;
}
.AnyTagClassName
{
color: #48514C;
}
</style>
background-color css
<style>
a { background-color: #48514C; }
a { background-color: rgb(72,81,76); }
div.DivClassName
{
background-color: #48514C;
}
.BgClassName
{
background-color: #48514C;
}
</style>
border-color css
<style>
span { border-color: #48514C; }
span { border-color: rgb(72,81,76); }
td.TdClassName
{
border-color: #48514C;
}
.TagClassName
{
border-color: #48514C;
}
</style>