Shades of Plantation #325643
Tints of Plantation #325643
RGB
CMYK
RGB Variations
Color information
#325643 (or 0x325643) is known color: Plantation. HEX triplet: 32, 56 and 43. RGB value is (50,86,67). Sum of RGB (Red+Green+Blue) = 50+86+67=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #325643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325643 is #CDA9BC. Grayscale: #494949. Windows color (decimal): -13478333 or 4412978. OLE color: 4412978.
HSL color Cylindrical-coordinate representation of color #325643: hue angle of 148.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325643 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 67 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.66 |
| HSL | 148.33º | 0.26% | 0.27% | - |
| HSV(B) | 148.33º | 0.42% | 0.34% | - |
| XYZ | 5.66 | 7.74 | 6.51 | - |
| YUV | 73.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 67 | 0.42 | 0 | 0.22 | 0.66 | 148.33 | 0.26 | 0.27 |
| Hex | 32 | 56 | 43 | 2A | 0 | 16 | 42 | 94 | 1A | 1B |
| Octal | 62 | 126 | 103 | 52 | 0 | 26 | 102 | 224 | 32 | 33 |
| Binary | 110010 | 1010110 | 1000011 | 101010 | 0 | 10110 | 1000010 | 10010100 | 11010 | 11011 |
Color Harmonies of #325643
Complementary color
Monochromatic Colors of #325643
Black with #325643
Text Example
Text Example
White with #325643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325643; }
p { color: rgb(50,86,67); }
H1.HeaderClassName
{
color: #325643;
}
.AnyTagClassName
{
color: #325643;
}
</style>
background-color css
<style>
a { background-color: #325643; }
a { background-color: rgb(50,86,67); }
div.DivClassName
{
background-color: #325643;
}
.BgClassName
{
background-color: #325643;
}
</style>
border-color css
<style>
span { border-color: #325643; }
span { border-color: rgb(50,86,67); }
td.TdClassName
{
border-color: #325643;
}
.TagClassName
{
border-color: #325643;
}
</style>