Shades of Plantation #355144
Tints of Plantation #355144
RGB
CMYK
RGB Variations
Color information
#355144 (or 0x355144) is known color: Plantation. HEX triplet: 35, 51 and 44. RGB value is (53,81,68). Sum of RGB (Red+Green+Blue) = 53+81+68=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #355144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355144 is #CAAEBB. Grayscale: #474747. Windows color (decimal): -13283004 or 4477237. OLE color: 4477237.
HSL color Cylindrical-coordinate representation of color #355144: hue angle of 152.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355144 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 68 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.68 |
| HSL | 152.14º | 0.21% | 0.26% | - |
| HSV(B) | 152.14º | 0.35% | 0.32% | - |
| XYZ | 5.45 | 7.06 | 6.54 | - |
| YUV | 71.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 68 | 0.35 | 0 | 0.16 | 0.68 | 152.14 | 0.21 | 0.26 |
| Hex | 35 | 51 | 44 | 23 | 0 | 10 | 44 | 98 | 15 | 1A |
| Octal | 65 | 121 | 104 | 43 | 0 | 20 | 104 | 230 | 25 | 32 |
| Binary | 110101 | 1010001 | 1000100 | 100011 | 0 | 10000 | 1000100 | 10011000 | 10101 | 11010 |
Color Harmonies of #355144
Complementary color
Monochromatic Colors of #355144
Black with #355144
Text Example
Text Example
White with #355144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355144; }
p { color: rgb(53,81,68); }
H1.HeaderClassName
{
color: #355144;
}
.AnyTagClassName
{
color: #355144;
}
</style>
background-color css
<style>
a { background-color: #355144; }
a { background-color: rgb(53,81,68); }
div.DivClassName
{
background-color: #355144;
}
.BgClassName
{
background-color: #355144;
}
</style>
border-color css
<style>
span { border-color: #355144; }
span { border-color: rgb(53,81,68); }
td.TdClassName
{
border-color: #355144;
}
.TagClassName
{
border-color: #355144;
}
</style>