Shades of Plantation #3B5145
Tints of Plantation #3B5145
RGB
CMYK
RGB Variations
Color information
#3B5145 (or 0x3B5145) is known color: Plantation. HEX triplet: 3B, 51 and 45. RGB value is (59,81,69). Sum of RGB (Red+Green+Blue) = 59+81+69=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5145 is #C4AEBA. Grayscale: #494949. Windows color (decimal): -12889787 or 4542779. OLE color: 4542779.
HSL color Cylindrical-coordinate representation of color #3B5145: hue angle of 147.27º 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 #3B5145 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 69 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.68 |
| HSL | 147.27º | 0.16% | 0.27% | - |
| HSV(B) | 147.27º | 0.27% | 0.32% | - |
| XYZ | 5.82 | 7.24 | 6.72 | - |
| YUV | 73.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 69 | 0.27 | 0 | 0.15 | 0.68 | 147.27 | 0.16 | 0.27 |
| Hex | 3B | 51 | 45 | 1B | 0 | F | 44 | 93 | 10 | 1B |
| Octal | 73 | 121 | 105 | 33 | 0 | 17 | 104 | 223 | 20 | 33 |
| Binary | 111011 | 1010001 | 1000101 | 11011 | 0 | 1111 | 1000100 | 10010011 | 10000 | 11011 |
Color Harmonies of #3B5145
Complementary color
Monochromatic Colors of #3B5145
Black with #3B5145
Text Example
Text Example
White with #3B5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5145; }
p { color: rgb(59,81,69); }
H1.HeaderClassName
{
color: #3B5145;
}
.AnyTagClassName
{
color: #3B5145;
}
</style>
background-color css
<style>
a { background-color: #3B5145; }
a { background-color: rgb(59,81,69); }
div.DivClassName
{
background-color: #3B5145;
}
.BgClassName
{
background-color: #3B5145;
}
</style>
border-color css
<style>
span { border-color: #3B5145; }
span { border-color: rgb(59,81,69); }
td.TdClassName
{
border-color: #3B5145;
}
.TagClassName
{
border-color: #3B5145;
}
</style>