Shades of Plantation #325D47
Tints of Plantation #325D47
RGB
CMYK
RGB Variations
Color information
#325D47 (or 0x325D47) is known color: Plantation. HEX triplet: 32, 5D and 47. RGB value is (50,93,71). Sum of RGB (Red+Green+Blue) = 50+93+71=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #325D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D47 is #CDA2B8. Grayscale: #4D4D4D. Windows color (decimal): -13476537 or 4676914. OLE color: 4676914.
HSL color Cylindrical-coordinate representation of color #325D47: hue angle of 149.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D47 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 71 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.64 |
| HSL | 149.3º | 0.3% | 0.28% | - |
| HSV(B) | 149.3º | 0.46% | 0.36% | - |
| XYZ | 6.37 | 8.96 | 7.36 | - |
| YUV | 77.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 71 | 0.46 | 0 | 0.24 | 0.64 | 149.3 | 0.3 | 0.28 |
| Hex | 32 | 5D | 47 | 2E | 0 | 18 | 40 | 95 | 1E | 1C |
| Octal | 62 | 135 | 107 | 56 | 0 | 30 | 100 | 225 | 36 | 34 |
| Binary | 110010 | 1011101 | 1000111 | 101110 | 0 | 11000 | 1000000 | 10010101 | 11110 | 11100 |
Color Harmonies of #325D47
Complementary color
Monochromatic Colors of #325D47
Black with #325D47
Text Example
Text Example
White with #325D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D47; }
p { color: rgb(50,93,71); }
H1.HeaderClassName
{
color: #325D47;
}
.AnyTagClassName
{
color: #325D47;
}
</style>
background-color css
<style>
a { background-color: #325D47; }
a { background-color: rgb(50,93,71); }
div.DivClassName
{
background-color: #325D47;
}
.BgClassName
{
background-color: #325D47;
}
</style>
border-color css
<style>
span { border-color: #325D47; }
span { border-color: rgb(50,93,71); }
td.TdClassName
{
border-color: #325D47;
}
.TagClassName
{
border-color: #325D47;
}
</style>