Shades of Plantation #325A46
Tints of Plantation #325A46
RGB
CMYK
RGB Variations
Color information
#325A46 (or 0x325A46) is known color: Plantation. HEX triplet: 32, 5A and 46. RGB value is (50,90,70). Sum of RGB (Red+Green+Blue) = 50+90+70=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #325A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A46 is #CDA5B9. Grayscale: #4B4B4B. Windows color (decimal): -13477306 or 4610610. OLE color: 4610610.
HSL color Cylindrical-coordinate representation of color #325A46: hue angle of 150º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A46 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 90 | 70 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.65 |
| HSL | 150º | 0.29% | 0.27% | - |
| HSV(B) | 150º | 0.44% | 0.35% | - |
| XYZ | 6.08 | 8.43 | 7.1 | - |
| YUV | 75.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 70 | 0.44 | 0 | 0.22 | 0.65 | 150 | 0.29 | 0.27 |
| Hex | 32 | 5A | 46 | 2C | 0 | 16 | 41 | 96 | 1D | 1B |
| Octal | 62 | 132 | 106 | 54 | 0 | 26 | 101 | 226 | 35 | 33 |
| Binary | 110010 | 1011010 | 1000110 | 101100 | 0 | 10110 | 1000001 | 10010110 | 11101 | 11011 |
Color Harmonies of #325A46
Complementary color
Monochromatic Colors of #325A46
Black with #325A46
Text Example
Text Example
White with #325A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A46; }
p { color: rgb(50,90,70); }
H1.HeaderClassName
{
color: #325A46;
}
.AnyTagClassName
{
color: #325A46;
}
</style>
background-color css
<style>
a { background-color: #325A46; }
a { background-color: rgb(50,90,70); }
div.DivClassName
{
background-color: #325A46;
}
.BgClassName
{
background-color: #325A46;
}
</style>
border-color css
<style>
span { border-color: #325A46; }
span { border-color: rgb(50,90,70); }
td.TdClassName
{
border-color: #325A46;
}
.TagClassName
{
border-color: #325A46;
}
</style>