Shades of Plantation #355443
Tints of Plantation #355443
RGB
CMYK
RGB Variations
Color information
#355443 (or 0x355443) is known color: Plantation. HEX triplet: 35, 54 and 43. RGB value is (53,84,67). Sum of RGB (Red+Green+Blue) = 53+84+67=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #355443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355443 is #CAABBC. Grayscale: #484848. Windows color (decimal): -13282237 or 4412469. OLE color: 4412469.
HSL color Cylindrical-coordinate representation of color #355443: hue angle of 147.1º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355443 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 67 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.67 |
| HSL | 147.1º | 0.23% | 0.27% | - |
| HSV(B) | 147.1º | 0.37% | 0.33% | - |
| XYZ | 5.65 | 7.5 | 6.46 | - |
| YUV | 72.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 67 | 0.37 | 0 | 0.20 | 0.67 | 147.1 | 0.23 | 0.27 |
| Hex | 35 | 54 | 43 | 25 | 0 | 14 | 43 | 93 | 17 | 1B |
| Octal | 65 | 124 | 103 | 45 | 0 | 24 | 103 | 223 | 27 | 33 |
| Binary | 110101 | 1010100 | 1000011 | 100101 | 0 | 10100 | 1000011 | 10010011 | 10111 | 11011 |
Color Harmonies of #355443
Complementary color
Monochromatic Colors of #355443
Black with #355443
Text Example
Text Example
White with #355443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355443; }
p { color: rgb(53,84,67); }
H1.HeaderClassName
{
color: #355443;
}
.AnyTagClassName
{
color: #355443;
}
</style>
background-color css
<style>
a { background-color: #355443; }
a { background-color: rgb(53,84,67); }
div.DivClassName
{
background-color: #355443;
}
.BgClassName
{
background-color: #355443;
}
</style>
border-color css
<style>
span { border-color: #355443; }
span { border-color: rgb(53,84,67); }
td.TdClassName
{
border-color: #355443;
}
.TagClassName
{
border-color: #355443;
}
</style>