Shades of Plantation #3B544A
Tints of Plantation #3B544A
RGB
CMYK
RGB Variations
Color information
#3B544A (or 0x3B544A) is known color: Plantation. HEX triplet: 3B, 54 and 4A. RGB value is (59,84,74). Sum of RGB (Red+Green+Blue) = 59+84+74=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #3B544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B544A is #C4ABB5. Grayscale: #4B4B4B. Windows color (decimal): -12889014 or 4871227. OLE color: 4871227.
HSL color Cylindrical-coordinate representation of color #3B544A: hue angle of 156º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B544A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 74 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.67 |
| HSL | 156º | 0.17% | 0.28% | - |
| HSV(B) | 156º | 0.3% | 0.33% | - |
| XYZ | 6.21 | 7.76 | 7.65 | - |
| YUV | 75.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 74 | 0.30 | 0 | 0.12 | 0.67 | 156 | 0.17 | 0.28 |
| Hex | 3B | 54 | 4A | 1E | 0 | C | 43 | 9C | 11 | 1C |
| Octal | 73 | 124 | 112 | 36 | 0 | 14 | 103 | 234 | 21 | 34 |
| Binary | 111011 | 1010100 | 1001010 | 11110 | 0 | 1100 | 1000011 | 10011100 | 10001 | 11100 |
Color Harmonies of #3B544A
Complementary color
Monochromatic Colors of #3B544A
Black with #3B544A
Text Example
Text Example
White with #3B544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B544A; }
p { color: rgb(59,84,74); }
H1.HeaderClassName
{
color: #3B544A;
}
.AnyTagClassName
{
color: #3B544A;
}
</style>
background-color css
<style>
a { background-color: #3B544A; }
a { background-color: rgb(59,84,74); }
div.DivClassName
{
background-color: #3B544A;
}
.BgClassName
{
background-color: #3B544A;
}
</style>
border-color css
<style>
span { border-color: #3B544A; }
span { border-color: rgb(59,84,74); }
td.TdClassName
{
border-color: #3B544A;
}
.TagClassName
{
border-color: #3B544A;
}
</style>