Shades of Plantation #3B5147
Tints of Plantation #3B5147
RGB
CMYK
RGB Variations
Color information
#3B5147 (or 0x3B5147) is known color: Plantation. HEX triplet: 3B, 51 and 47. RGB value is (59,81,71). Sum of RGB (Red+Green+Blue) = 59+81+71=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5147 is #C4AEB8. Grayscale: #494949. Windows color (decimal): -12889785 or 4673851. OLE color: 4673851.
HSL color Cylindrical-coordinate representation of color #3B5147: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B5147 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 71 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.68 |
| HSL | 152.73º | 0.16% | 0.27% | - |
| HSV(B) | 152.73º | 0.27% | 0.32% | - |
| XYZ | 5.88 | 7.27 | 7.05 | - |
| YUV | 73.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 71 | 0.27 | 0 | 0.12 | 0.68 | 152.73 | 0.16 | 0.27 |
| Hex | 3B | 51 | 47 | 1B | 0 | C | 44 | 99 | 10 | 1B |
| Octal | 73 | 121 | 107 | 33 | 0 | 14 | 104 | 231 | 20 | 33 |
| Binary | 111011 | 1010001 | 1000111 | 11011 | 0 | 1100 | 1000100 | 10011001 | 10000 | 11011 |
Color Harmonies of #3B5147
Complementary color
Monochromatic Colors of #3B5147
Black with #3B5147
Text Example
Text Example
White with #3B5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5147; }
p { color: rgb(59,81,71); }
H1.HeaderClassName
{
color: #3B5147;
}
.AnyTagClassName
{
color: #3B5147;
}
</style>
background-color css
<style>
a { background-color: #3B5147; }
a { background-color: rgb(59,81,71); }
div.DivClassName
{
background-color: #3B5147;
}
.BgClassName
{
background-color: #3B5147;
}
</style>
border-color css
<style>
span { border-color: #3B5147; }
span { border-color: rgb(59,81,71); }
td.TdClassName
{
border-color: #3B5147;
}
.TagClassName
{
border-color: #3B5147;
}
</style>