Shades of Plantation #325D48
Tints of Plantation #325D48
RGB
CMYK
RGB Variations
Color information
#325D48 (or 0x325D48) is known color: Plantation. HEX triplet: 32, 5D and 48. RGB value is (50,93,72). Sum of RGB (Red+Green+Blue) = 50+93+72=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #325D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D48 is #CDA2B7. Grayscale: #4D4D4D. Windows color (decimal): -13476536 or 4742450. OLE color: 4742450.
HSL color Cylindrical-coordinate representation of color #325D48: hue angle of 150.7º 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 #325D48 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 72 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.64 |
| HSL | 150.7º | 0.3% | 0.28% | - |
| HSV(B) | 150.7º | 0.46% | 0.36% | - |
| XYZ | 6.4 | 8.97 | 7.53 | - |
| YUV | 77.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 72 | 0.46 | 0 | 0.23 | 0.64 | 150.7 | 0.3 | 0.28 |
| Hex | 32 | 5D | 48 | 2E | 0 | 17 | 40 | 97 | 1E | 1C |
| Octal | 62 | 135 | 110 | 56 | 0 | 27 | 100 | 227 | 36 | 34 |
| Binary | 110010 | 1011101 | 1001000 | 101110 | 0 | 10111 | 1000000 | 10010111 | 11110 | 11100 |
Color Harmonies of #325D48
Complementary color
Monochromatic Colors of #325D48
Black with #325D48
Text Example
Text Example
White with #325D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D48; }
p { color: rgb(50,93,72); }
H1.HeaderClassName
{
color: #325D48;
}
.AnyTagClassName
{
color: #325D48;
}
</style>
background-color css
<style>
a { background-color: #325D48; }
a { background-color: rgb(50,93,72); }
div.DivClassName
{
background-color: #325D48;
}
.BgClassName
{
background-color: #325D48;
}
</style>
border-color css
<style>
span { border-color: #325D48; }
span { border-color: rgb(50,93,72); }
td.TdClassName
{
border-color: #325D48;
}
.TagClassName
{
border-color: #325D48;
}
</style>