Shades of Plantation #325C47
Tints of Plantation #325C47
RGB
CMYK
RGB Variations
Color information
#325C47 (or 0x325C47) is known color: Plantation. HEX triplet: 32, 5C and 47. RGB value is (50,92,71). Sum of RGB (Red+Green+Blue) = 50+92+71=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #325C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C47 is #CDA3B8. Grayscale: #4D4D4D. Windows color (decimal): -13476793 or 4676658. OLE color: 4676658.
HSL color Cylindrical-coordinate representation of color #325C47: hue angle of 150º 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 #325C47 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 71 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.64 |
| HSL | 150º | 0.3% | 0.28% | - |
| HSV(B) | 150º | 0.46% | 0.36% | - |
| XYZ | 6.28 | 8.79 | 7.33 | - |
| YUV | 77.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 71 | 0.46 | 0 | 0.23 | 0.64 | 150 | 0.3 | 0.28 |
| Hex | 32 | 5C | 47 | 2E | 0 | 17 | 40 | 96 | 1E | 1C |
| Octal | 62 | 134 | 107 | 56 | 0 | 27 | 100 | 226 | 36 | 34 |
| Binary | 110010 | 1011100 | 1000111 | 101110 | 0 | 10111 | 1000000 | 10010110 | 11110 | 11100 |
Color Harmonies of #325C47
Complementary color
Monochromatic Colors of #325C47
Black with #325C47
Text Example
Text Example
White with #325C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C47; }
p { color: rgb(50,92,71); }
H1.HeaderClassName
{
color: #325C47;
}
.AnyTagClassName
{
color: #325C47;
}
</style>
background-color css
<style>
a { background-color: #325C47; }
a { background-color: rgb(50,92,71); }
div.DivClassName
{
background-color: #325C47;
}
.BgClassName
{
background-color: #325C47;
}
</style>
border-color css
<style>
span { border-color: #325C47; }
span { border-color: rgb(50,92,71); }
td.TdClassName
{
border-color: #325C47;
}
.TagClassName
{
border-color: #325C47;
}
</style>