Shades of Plantation #335C48
Tints of Plantation #335C48
RGB
CMYK
RGB Variations
Color information
#335C48 (or 0x335C48) is known color: Plantation. HEX triplet: 33, 5C and 48. RGB value is (51,92,72). Sum of RGB (Red+Green+Blue) = 51+92+72=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #335C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C48 is #CCA3B7. Grayscale: #4D4D4D. Windows color (decimal): -13411256 or 4742195. OLE color: 4742195.
HSL color Cylindrical-coordinate representation of color #335C48: hue angle of 150.73º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335C48 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 92 | 72 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.64 |
| HSL | 150.73º | 0.29% | 0.28% | - |
| HSV(B) | 150.73º | 0.45% | 0.36% | - |
| XYZ | 6.36 | 8.83 | 7.5 | - |
| YUV | 77.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 72 | 0.45 | 0 | 0.22 | 0.64 | 150.73 | 0.29 | 0.28 |
| Hex | 33 | 5C | 48 | 2D | 0 | 16 | 40 | 97 | 1D | 1C |
| Octal | 63 | 134 | 110 | 55 | 0 | 26 | 100 | 227 | 35 | 34 |
| Binary | 110011 | 1011100 | 1001000 | 101101 | 0 | 10110 | 1000000 | 10010111 | 11101 | 11100 |
Color Harmonies of #335C48
Complementary color
Monochromatic Colors of #335C48
Black with #335C48
Text Example
Text Example
White with #335C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C48; }
p { color: rgb(51,92,72); }
H1.HeaderClassName
{
color: #335C48;
}
.AnyTagClassName
{
color: #335C48;
}
</style>
background-color css
<style>
a { background-color: #335C48; }
a { background-color: rgb(51,92,72); }
div.DivClassName
{
background-color: #335C48;
}
.BgClassName
{
background-color: #335C48;
}
</style>
border-color css
<style>
span { border-color: #335C48; }
span { border-color: rgb(51,92,72); }
td.TdClassName
{
border-color: #335C48;
}
.TagClassName
{
border-color: #335C48;
}
</style>