Shades of Plantation #325545
Tints of Plantation #325545
RGB
CMYK
RGB Variations
Color information
#325545 (or 0x325545) is known color: Plantation. HEX triplet: 32, 55 and 45. RGB value is (50,85,69). Sum of RGB (Red+Green+Blue) = 50+85+69=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #325545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325545 is #CDAABA. Grayscale: #484848. Windows color (decimal): -13478587 or 4543794. OLE color: 4543794.
HSL color Cylindrical-coordinate representation of color #325545: hue angle of 152.57º 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 #325545 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 69 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.67 |
| HSL | 152.57º | 0.26% | 0.26% | - |
| HSV(B) | 152.57º | 0.41% | 0.33% | - |
| XYZ | 5.64 | 7.6 | 6.8 | - |
| YUV | 72.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 69 | 0.41 | 0 | 0.19 | 0.67 | 152.57 | 0.26 | 0.26 |
| Hex | 32 | 55 | 45 | 29 | 0 | 13 | 43 | 99 | 1A | 1A |
| Octal | 62 | 125 | 105 | 51 | 0 | 23 | 103 | 231 | 32 | 32 |
| Binary | 110010 | 1010101 | 1000101 | 101001 | 0 | 10011 | 1000011 | 10011001 | 11010 | 11010 |
Color Harmonies of #325545
Complementary color
Monochromatic Colors of #325545
Black with #325545
Text Example
Text Example
White with #325545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325545; }
p { color: rgb(50,85,69); }
H1.HeaderClassName
{
color: #325545;
}
.AnyTagClassName
{
color: #325545;
}
</style>
background-color css
<style>
a { background-color: #325545; }
a { background-color: rgb(50,85,69); }
div.DivClassName
{
background-color: #325545;
}
.BgClassName
{
background-color: #325545;
}
</style>
border-color css
<style>
span { border-color: #325545; }
span { border-color: rgb(50,85,69); }
td.TdClassName
{
border-color: #325545;
}
.TagClassName
{
border-color: #325545;
}
</style>