Shades of Plantation #3B5248
Tints of Plantation #3B5248
RGB
CMYK
RGB Variations
Color information
#3B5248 (or 0x3B5248) is known color: Plantation. HEX triplet: 3B, 52 and 48. RGB value is (59,82,72). Sum of RGB (Red+Green+Blue) = 59+82+72=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5248 is #C4ADB7. Grayscale: #4A4A4A. Windows color (decimal): -12889528 or 4739643. OLE color: 4739643.
HSL color Cylindrical-coordinate representation of color #3B5248: hue angle of 153.91º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B5248 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 82 | 72 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.68 |
| HSL | 153.91º | 0.16% | 0.28% | - |
| HSV(B) | 153.91º | 0.28% | 0.32% | - |
| XYZ | 5.99 | 7.43 | 7.25 | - |
| YUV | 73.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 72 | 0.28 | 0 | 0.12 | 0.68 | 153.91 | 0.16 | 0.28 |
| Hex | 3B | 52 | 48 | 1C | 0 | C | 44 | 9A | 10 | 1C |
| Octal | 73 | 122 | 110 | 34 | 0 | 14 | 104 | 232 | 20 | 34 |
| Binary | 111011 | 1010010 | 1001000 | 11100 | 0 | 1100 | 1000100 | 10011010 | 10000 | 11100 |
Color Harmonies of #3B5248
Complementary color
Monochromatic Colors of #3B5248
Black with #3B5248
Text Example
Text Example
White with #3B5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5248; }
p { color: rgb(59,82,72); }
H1.HeaderClassName
{
color: #3B5248;
}
.AnyTagClassName
{
color: #3B5248;
}
</style>
background-color css
<style>
a { background-color: #3B5248; }
a { background-color: rgb(59,82,72); }
div.DivClassName
{
background-color: #3B5248;
}
.BgClassName
{
background-color: #3B5248;
}
</style>
border-color css
<style>
span { border-color: #3B5248; }
span { border-color: rgb(59,82,72); }
td.TdClassName
{
border-color: #3B5248;
}
.TagClassName
{
border-color: #3B5248;
}
</style>