Shades of Plantation #325443
Tints of Plantation #325443
RGB
CMYK
RGB Variations
Color information
#325443 (or 0x325443) is known color: Plantation. HEX triplet: 32, 54 and 43. RGB value is (50,84,67). Sum of RGB (Red+Green+Blue) = 50+84+67=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #325443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325443 is #CDABBC. Grayscale: #474747. Windows color (decimal): -13478845 or 4412466. OLE color: 4412466.
HSL color Cylindrical-coordinate representation of color #325443: hue angle of 150º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325443 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 67 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.67 |
| HSL | 150º | 0.25% | 0.26% | - |
| HSV(B) | 150º | 0.4% | 0.33% | - |
| XYZ | 5.5 | 7.42 | 6.45 | - |
| YUV | 71.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 67 | 0.40 | 0 | 0.20 | 0.67 | 150 | 0.25 | 0.26 |
| Hex | 32 | 54 | 43 | 28 | 0 | 14 | 43 | 96 | 19 | 1A |
| Octal | 62 | 124 | 103 | 50 | 0 | 24 | 103 | 226 | 31 | 32 |
| Binary | 110010 | 1010100 | 1000011 | 101000 | 0 | 10100 | 1000011 | 10010110 | 11001 | 11010 |
Color Harmonies of #325443
Complementary color
Monochromatic Colors of #325443
Black with #325443
Text Example
Text Example
White with #325443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325443; }
p { color: rgb(50,84,67); }
H1.HeaderClassName
{
color: #325443;
}
.AnyTagClassName
{
color: #325443;
}
</style>
background-color css
<style>
a { background-color: #325443; }
a { background-color: rgb(50,84,67); }
div.DivClassName
{
background-color: #325443;
}
.BgClassName
{
background-color: #325443;
}
</style>
border-color css
<style>
span { border-color: #325443; }
span { border-color: rgb(50,84,67); }
td.TdClassName
{
border-color: #325443;
}
.TagClassName
{
border-color: #325443;
}
</style>