Shades of Plantation #355E48
Tints of Plantation #355E48
RGB
CMYK
RGB Variations
Color information
#355E48 (or 0x355E48) is known color: Plantation. HEX triplet: 35, 5E and 48. RGB value is (53,94,72). Sum of RGB (Red+Green+Blue) = 53+94+72=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #355E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E48 is #CAA1B7. Grayscale: #4F4F4F. Windows color (decimal): -13279672 or 4742709. OLE color: 4742709.
HSL color Cylindrical-coordinate representation of color #355E48: hue angle of 147.8º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355E48 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 94 | 72 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.63 |
| HSL | 147.8º | 0.28% | 0.29% | - |
| HSV(B) | 147.8º | 0.44% | 0.37% | - |
| XYZ | 6.64 | 9.23 | 7.56 | - |
| YUV | 79.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 72 | 0.44 | 0 | 0.23 | 0.63 | 147.8 | 0.28 | 0.29 |
| Hex | 35 | 5E | 48 | 2C | 0 | 17 | 3F | 94 | 1C | 1D |
| Octal | 65 | 136 | 110 | 54 | 0 | 27 | 77 | 224 | 34 | 35 |
| Binary | 110101 | 1011110 | 1001000 | 101100 | 0 | 10111 | 111111 | 10010100 | 11100 | 11101 |
Color Harmonies of #355E48
Complementary color
Monochromatic Colors of #355E48
Black with #355E48
Text Example
Text Example
White with #355E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E48; }
p { color: rgb(53,94,72); }
H1.HeaderClassName
{
color: #355E48;
}
.AnyTagClassName
{
color: #355E48;
}
</style>
background-color css
<style>
a { background-color: #355E48; }
a { background-color: rgb(53,94,72); }
div.DivClassName
{
background-color: #355E48;
}
.BgClassName
{
background-color: #355E48;
}
</style>
border-color css
<style>
span { border-color: #355E48; }
span { border-color: rgb(53,94,72); }
td.TdClassName
{
border-color: #355E48;
}
.TagClassName
{
border-color: #355E48;
}
</style>