Shades of Plantation #355C48
Tints of Plantation #355C48
RGB
CMYK
RGB Variations
Color information
#355C48 (or 0x355C48) is known color: Plantation. HEX triplet: 35, 5C and 48. RGB value is (53,92,72). Sum of RGB (Red+Green+Blue) = 53+92+72=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #355C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C48 is #CAA3B7. Grayscale: #4E4E4E. Windows color (decimal): -13280184 or 4742197. OLE color: 4742197.
HSL color Cylindrical-coordinate representation of color #355C48: hue angle of 149.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C48 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 72 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.64 |
| HSL | 149.23º | 0.27% | 0.28% | - |
| HSV(B) | 149.23º | 0.42% | 0.36% | - |
| XYZ | 6.47 | 8.88 | 7.5 | - |
| YUV | 78.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 72 | 0.42 | 0 | 0.22 | 0.64 | 149.23 | 0.27 | 0.28 |
| Hex | 35 | 5C | 48 | 2A | 0 | 16 | 40 | 95 | 1B | 1C |
| Octal | 65 | 134 | 110 | 52 | 0 | 26 | 100 | 225 | 33 | 34 |
| Binary | 110101 | 1011100 | 1001000 | 101010 | 0 | 10110 | 1000000 | 10010101 | 11011 | 11100 |
Color Harmonies of #355C48
Complementary color
Monochromatic Colors of #355C48
Black with #355C48
Text Example
Text Example
White with #355C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C48; }
p { color: rgb(53,92,72); }
H1.HeaderClassName
{
color: #355C48;
}
.AnyTagClassName
{
color: #355C48;
}
</style>
background-color css
<style>
a { background-color: #355C48; }
a { background-color: rgb(53,92,72); }
div.DivClassName
{
background-color: #355C48;
}
.BgClassName
{
background-color: #355C48;
}
</style>
border-color css
<style>
span { border-color: #355C48; }
span { border-color: rgb(53,92,72); }
td.TdClassName
{
border-color: #355C48;
}
.TagClassName
{
border-color: #355C48;
}
</style>