Shades of Plantation #335543
Tints of Plantation #335543
RGB
CMYK
RGB Variations
Color information
#335543 (or 0x335543) is known color: Plantation. HEX triplet: 33, 55 and 43. RGB value is (51,85,67). Sum of RGB (Red+Green+Blue) = 51+85+67=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #335543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335543 is #CCAABC. Grayscale: #484848. Windows color (decimal): -13413053 or 4412723. OLE color: 4412723.
HSL color Cylindrical-coordinate representation of color #335543: hue angle of 148.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335543 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 67 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.67 |
| HSL | 148.24º | 0.25% | 0.27% | - |
| HSV(B) | 148.24º | 0.4% | 0.33% | - |
| XYZ | 5.63 | 7.61 | 6.48 | - |
| YUV | 72.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 67 | 0.40 | 0 | 0.21 | 0.67 | 148.24 | 0.25 | 0.27 |
| Hex | 33 | 55 | 43 | 28 | 0 | 15 | 43 | 94 | 19 | 1B |
| Octal | 63 | 125 | 103 | 50 | 0 | 25 | 103 | 224 | 31 | 33 |
| Binary | 110011 | 1010101 | 1000011 | 101000 | 0 | 10101 | 1000011 | 10010100 | 11001 | 11011 |
Color Harmonies of #335543
Complementary color
Monochromatic Colors of #335543
Black with #335543
Text Example
Text Example
White with #335543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335543; }
p { color: rgb(51,85,67); }
H1.HeaderClassName
{
color: #335543;
}
.AnyTagClassName
{
color: #335543;
}
</style>
background-color css
<style>
a { background-color: #335543; }
a { background-color: rgb(51,85,67); }
div.DivClassName
{
background-color: #335543;
}
.BgClassName
{
background-color: #335543;
}
</style>
border-color css
<style>
span { border-color: #335543; }
span { border-color: rgb(51,85,67); }
td.TdClassName
{
border-color: #335543;
}
.TagClassName
{
border-color: #335543;
}
</style>