Shades of Plantation #375949
Tints of Plantation #375949
RGB
CMYK
RGB Variations
Color information
#375949 (or 0x375949) is known color: Plantation. HEX triplet: 37, 59 and 49. RGB value is (55,89,73). Sum of RGB (Red+Green+Blue) = 55+89+73=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #375949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375949 is #C8A6B6. Grayscale: #4D4D4D. Windows color (decimal): -13149879 or 4806967. OLE color: 4806967.
HSL color Cylindrical-coordinate representation of color #375949: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375949 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 89 | 73 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.65 |
| HSL | 151.76º | 0.24% | 0.28% | - |
| HSV(B) | 151.76º | 0.38% | 0.35% | - |
| XYZ | 6.35 | 8.44 | 7.6 | - |
| YUV | 77.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 73 | 0.38 | 0 | 0.18 | 0.65 | 151.76 | 0.24 | 0.28 |
| Hex | 37 | 59 | 49 | 26 | 0 | 12 | 41 | 98 | 18 | 1C |
| Octal | 67 | 131 | 111 | 46 | 0 | 22 | 101 | 230 | 30 | 34 |
| Binary | 110111 | 1011001 | 1001001 | 100110 | 0 | 10010 | 1000001 | 10011000 | 11000 | 11100 |
Color Harmonies of #375949
Complementary color
Monochromatic Colors of #375949
Black with #375949
Text Example
Text Example
White with #375949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375949; }
p { color: rgb(55,89,73); }
H1.HeaderClassName
{
color: #375949;
}
.AnyTagClassName
{
color: #375949;
}
</style>
background-color css
<style>
a { background-color: #375949; }
a { background-color: rgb(55,89,73); }
div.DivClassName
{
background-color: #375949;
}
.BgClassName
{
background-color: #375949;
}
</style>
border-color css
<style>
span { border-color: #375949; }
span { border-color: rgb(55,89,73); }
td.TdClassName
{
border-color: #375949;
}
.TagClassName
{
border-color: #375949;
}
</style>