Shades of Plantation #3B5346
Tints of Plantation #3B5346
RGB
CMYK
RGB Variations
Color information
#3B5346 (or 0x3B5346) is known color: Plantation. HEX triplet: 3B, 53 and 46. RGB value is (59,83,70). Sum of RGB (Red+Green+Blue) = 59+83+70=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5346 is #C4ACB9. Grayscale: #4A4A4A. Windows color (decimal): -12889274 or 4608827. OLE color: 4608827.
HSL color Cylindrical-coordinate representation of color #3B5346: hue angle of 147.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B5346 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 70 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.67 |
| HSL | 147.5º | 0.17% | 0.28% | - |
| HSV(B) | 147.5º | 0.29% | 0.33% | - |
| XYZ | 6 | 7.56 | 6.94 | - |
| YUV | 74.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 70 | 0.29 | 0 | 0.16 | 0.67 | 147.5 | 0.17 | 0.28 |
| Hex | 3B | 53 | 46 | 1D | 0 | 10 | 43 | 94 | 11 | 1C |
| Octal | 73 | 123 | 106 | 35 | 0 | 20 | 103 | 224 | 21 | 34 |
| Binary | 111011 | 1010011 | 1000110 | 11101 | 0 | 10000 | 1000011 | 10010100 | 10001 | 11100 |
Color Harmonies of #3B5346
Complementary color
Monochromatic Colors of #3B5346
Black with #3B5346
Text Example
Text Example
White with #3B5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5346; }
p { color: rgb(59,83,70); }
H1.HeaderClassName
{
color: #3B5346;
}
.AnyTagClassName
{
color: #3B5346;
}
</style>
background-color css
<style>
a { background-color: #3B5346; }
a { background-color: rgb(59,83,70); }
div.DivClassName
{
background-color: #3B5346;
}
.BgClassName
{
background-color: #3B5346;
}
</style>
border-color css
<style>
span { border-color: #3B5346; }
span { border-color: rgb(59,83,70); }
td.TdClassName
{
border-color: #3B5346;
}
.TagClassName
{
border-color: #3B5346;
}
</style>