Shades of Plantation #335E49
Tints of Plantation #335E49
RGB
CMYK
RGB Variations
Color information
#335E49 (or 0x335E49) is known color: Plantation. HEX triplet: 33, 5E and 49. RGB value is (51,94,73). Sum of RGB (Red+Green+Blue) = 51+94+73=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #335E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E49 is #CCA1B6. Grayscale: #4E4E4E. Windows color (decimal): -13410743 or 4808243. OLE color: 4808243.
HSL color Cylindrical-coordinate representation of color #335E49: hue angle of 150.7º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E49 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 73 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.63 |
| HSL | 150.7º | 0.3% | 0.28% | - |
| HSV(B) | 150.7º | 0.46% | 0.37% | - |
| XYZ | 6.57 | 9.19 | 7.73 | - |
| YUV | 78.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 73 | 0.46 | 0 | 0.22 | 0.63 | 150.7 | 0.3 | 0.28 |
| Hex | 33 | 5E | 49 | 2E | 0 | 16 | 3F | 97 | 1E | 1C |
| Octal | 63 | 136 | 111 | 56 | 0 | 26 | 77 | 227 | 36 | 34 |
| Binary | 110011 | 1011110 | 1001001 | 101110 | 0 | 10110 | 111111 | 10010111 | 11110 | 11100 |
Color Harmonies of #335E49
Complementary color
Monochromatic Colors of #335E49
Black with #335E49
Text Example
Text Example
White with #335E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E49; }
p { color: rgb(51,94,73); }
H1.HeaderClassName
{
color: #335E49;
}
.AnyTagClassName
{
color: #335E49;
}
</style>
background-color css
<style>
a { background-color: #335E49; }
a { background-color: rgb(51,94,73); }
div.DivClassName
{
background-color: #335E49;
}
.BgClassName
{
background-color: #335E49;
}
</style>
border-color css
<style>
span { border-color: #335E49; }
span { border-color: rgb(51,94,73); }
td.TdClassName
{
border-color: #335E49;
}
.TagClassName
{
border-color: #335E49;
}
</style>