Shades of Plantation #3B5146
Tints of Plantation #3B5146
RGB
CMYK
RGB Variations
Color information
#3B5146 (or 0x3B5146) is known color: Plantation. HEX triplet: 3B, 51 and 46. RGB value is (59,81,70). Sum of RGB (Red+Green+Blue) = 59+81+70=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5146 is #C4AEB9. Grayscale: #494949. Windows color (decimal): -12889786 or 4608315. OLE color: 4608315.
HSL color Cylindrical-coordinate representation of color #3B5146: hue angle of 150º 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 #3B5146 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 70 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.68 |
| HSL | 150º | 0.16% | 0.27% | - |
| HSV(B) | 150º | 0.27% | 0.32% | - |
| XYZ | 5.85 | 7.26 | 6.89 | - |
| YUV | 73.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 70 | 0.27 | 0 | 0.14 | 0.68 | 150 | 0.16 | 0.27 |
| Hex | 3B | 51 | 46 | 1B | 0 | E | 44 | 96 | 10 | 1B |
| Octal | 73 | 121 | 106 | 33 | 0 | 16 | 104 | 226 | 20 | 33 |
| Binary | 111011 | 1010001 | 1000110 | 11011 | 0 | 1110 | 1000100 | 10010110 | 10000 | 11011 |
Color Harmonies of #3B5146
Complementary color
Monochromatic Colors of #3B5146
Black with #3B5146
Text Example
Text Example
White with #3B5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5146; }
p { color: rgb(59,81,70); }
H1.HeaderClassName
{
color: #3B5146;
}
.AnyTagClassName
{
color: #3B5146;
}
</style>
background-color css
<style>
a { background-color: #3B5146; }
a { background-color: rgb(59,81,70); }
div.DivClassName
{
background-color: #3B5146;
}
.BgClassName
{
background-color: #3B5146;
}
</style>
border-color css
<style>
span { border-color: #3B5146; }
span { border-color: rgb(59,81,70); }
td.TdClassName
{
border-color: #3B5146;
}
.TagClassName
{
border-color: #3B5146;
}
</style>