Shades of Plantation #3B5749
Tints of Plantation #3B5749
RGB
CMYK
RGB Variations
Color information
#3B5749 (or 0x3B5749) is known color: Plantation. HEX triplet: 3B, 57 and 49. RGB value is (59,87,73). Sum of RGB (Red+Green+Blue) = 59+87+73=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5749 is #C4A8B6. Grayscale: #4D4D4D. Windows color (decimal): -12888247 or 4806459. OLE color: 4806459.
HSL color Cylindrical-coordinate representation of color #3B5749: hue angle of 150º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B5749 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 73 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.66 |
| HSL | 150º | 0.19% | 0.29% | - |
| HSV(B) | 150º | 0.32% | 0.34% | - |
| XYZ | 6.41 | 8.23 | 7.55 | - |
| YUV | 77.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 73 | 0.32 | 0 | 0.16 | 0.66 | 150 | 0.19 | 0.29 |
| Hex | 3B | 57 | 49 | 20 | 0 | 10 | 42 | 96 | 13 | 1D |
| Octal | 73 | 127 | 111 | 40 | 0 | 20 | 102 | 226 | 23 | 35 |
| Binary | 111011 | 1010111 | 1001001 | 100000 | 0 | 10000 | 1000010 | 10010110 | 10011 | 11101 |
Color Harmonies of #3B5749
Complementary color
Monochromatic Colors of #3B5749
Black with #3B5749
Text Example
Text Example
White with #3B5749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5749; }
p { color: rgb(59,87,73); }
H1.HeaderClassName
{
color: #3B5749;
}
.AnyTagClassName
{
color: #3B5749;
}
</style>
background-color css
<style>
a { background-color: #3B5749; }
a { background-color: rgb(59,87,73); }
div.DivClassName
{
background-color: #3B5749;
}
.BgClassName
{
background-color: #3B5749;
}
</style>
border-color css
<style>
span { border-color: #3B5749; }
span { border-color: rgb(59,87,73); }
td.TdClassName
{
border-color: #3B5749;
}
.TagClassName
{
border-color: #3B5749;
}
</style>