Shades of Plantation #355946
Tints of Plantation #355946
RGB
CMYK
RGB Variations
Color information
#355946 (or 0x355946) is known color: Plantation. HEX triplet: 35, 59 and 46. RGB value is (53,89,70). Sum of RGB (Red+Green+Blue) = 53+89+70=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #355946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355946 is #CAA6B9. Grayscale: #4C4C4C. Windows color (decimal): -13280954 or 4610357. OLE color: 4610357.
HSL color Cylindrical-coordinate representation of color #355946: hue angle of 148.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355946 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 70 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.65 |
| HSL | 148.33º | 0.25% | 0.28% | - |
| HSV(B) | 148.33º | 0.4% | 0.35% | - |
| XYZ | 6.15 | 8.34 | 7.08 | - |
| YUV | 76.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 70 | 0.40 | 0 | 0.21 | 0.65 | 148.33 | 0.25 | 0.28 |
| Hex | 35 | 59 | 46 | 28 | 0 | 15 | 41 | 94 | 19 | 1C |
| Octal | 65 | 131 | 106 | 50 | 0 | 25 | 101 | 224 | 31 | 34 |
| Binary | 110101 | 1011001 | 1000110 | 101000 | 0 | 10101 | 1000001 | 10010100 | 11001 | 11100 |
Color Harmonies of #355946
Complementary color
Monochromatic Colors of #355946
Black with #355946
Text Example
Text Example
White with #355946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355946; }
p { color: rgb(53,89,70); }
H1.HeaderClassName
{
color: #355946;
}
.AnyTagClassName
{
color: #355946;
}
</style>
background-color css
<style>
a { background-color: #355946; }
a { background-color: rgb(53,89,70); }
div.DivClassName
{
background-color: #355946;
}
.BgClassName
{
background-color: #355946;
}
</style>
border-color css
<style>
span { border-color: #355946; }
span { border-color: rgb(53,89,70); }
td.TdClassName
{
border-color: #355946;
}
.TagClassName
{
border-color: #355946;
}
</style>