Shades of Plantation #325544
Tints of Plantation #325544
RGB
CMYK
RGB Variations
Color information
#325544 (or 0x325544) is known color: Plantation. HEX triplet: 32, 55 and 44. RGB value is (50,85,68). Sum of RGB (Red+Green+Blue) = 50+85+68=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #325544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325544 is #CDAABB. Grayscale: #484848. Windows color (decimal): -13478588 or 4478258. OLE color: 4478258.
HSL color Cylindrical-coordinate representation of color #325544: hue angle of 150.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325544 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 68 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.67 |
| HSL | 150.86º | 0.26% | 0.26% | - |
| HSV(B) | 150.86º | 0.41% | 0.33% | - |
| XYZ | 5.61 | 7.59 | 6.64 | - |
| YUV | 72.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 68 | 0.41 | 0 | 0.20 | 0.67 | 150.86 | 0.26 | 0.26 |
| Hex | 32 | 55 | 44 | 29 | 0 | 14 | 43 | 97 | 1A | 1A |
| Octal | 62 | 125 | 104 | 51 | 0 | 24 | 103 | 227 | 32 | 32 |
| Binary | 110010 | 1010101 | 1000100 | 101001 | 0 | 10100 | 1000011 | 10010111 | 11010 | 11010 |
Color Harmonies of #325544
Complementary color
Monochromatic Colors of #325544
Black with #325544
Text Example
Text Example
White with #325544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325544; }
p { color: rgb(50,85,68); }
H1.HeaderClassName
{
color: #325544;
}
.AnyTagClassName
{
color: #325544;
}
</style>
background-color css
<style>
a { background-color: #325544; }
a { background-color: rgb(50,85,68); }
div.DivClassName
{
background-color: #325544;
}
.BgClassName
{
background-color: #325544;
}
</style>
border-color css
<style>
span { border-color: #325544; }
span { border-color: rgb(50,85,68); }
td.TdClassName
{
border-color: #325544;
}
.TagClassName
{
border-color: #325544;
}
</style>