Shades of Plantation #325343
Tints of Plantation #325343
RGB
CMYK
RGB Variations
Color information
#325343 (or 0x325343) is known color: Plantation. HEX triplet: 32, 53 and 43. RGB value is (50,83,67). Sum of RGB (Red+Green+Blue) = 50+83+67=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #325343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325343 is #CDACBC. Grayscale: #474747. Windows color (decimal): -13479101 or 4412210. OLE color: 4412210.
HSL color Cylindrical-coordinate representation of color #325343: hue angle of 150.91º 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 #325343 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 67 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.67 |
| HSL | 150.91º | 0.25% | 0.26% | - |
| HSV(B) | 150.91º | 0.4% | 0.33% | - |
| XYZ | 5.42 | 7.27 | 6.43 | - |
| YUV | 71.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 67 | 0.40 | 0 | 0.19 | 0.67 | 150.91 | 0.25 | 0.26 |
| Hex | 32 | 53 | 43 | 28 | 0 | 13 | 43 | 97 | 19 | 1A |
| Octal | 62 | 123 | 103 | 50 | 0 | 23 | 103 | 227 | 31 | 32 |
| Binary | 110010 | 1010011 | 1000011 | 101000 | 0 | 10011 | 1000011 | 10010111 | 11001 | 11010 |
Color Harmonies of #325343
Complementary color
Monochromatic Colors of #325343
Black with #325343
Text Example
Text Example
White with #325343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325343; }
p { color: rgb(50,83,67); }
H1.HeaderClassName
{
color: #325343;
}
.AnyTagClassName
{
color: #325343;
}
</style>
background-color css
<style>
a { background-color: #325343; }
a { background-color: rgb(50,83,67); }
div.DivClassName
{
background-color: #325343;
}
.BgClassName
{
background-color: #325343;
}
</style>
border-color css
<style>
span { border-color: #325343; }
span { border-color: rgb(50,83,67); }
td.TdClassName
{
border-color: #325343;
}
.TagClassName
{
border-color: #325343;
}
</style>