Shades of Plantation #3B5446
Tints of Plantation #3B5446
RGB
CMYK
RGB Variations
Color information
#3B5446 (or 0x3B5446) is known color: Plantation. HEX triplet: 3B, 54 and 46. RGB value is (59,84,70). Sum of RGB (Red+Green+Blue) = 59+84+70=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5446 is #C4ABB9. Grayscale: #4A4A4A. Windows color (decimal): -12889018 or 4609083. OLE color: 4609083.
HSL color Cylindrical-coordinate representation of color #3B5446: hue angle of 146.4º 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 #3B5446 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 70 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.67 |
| HSL | 146.4º | 0.17% | 0.28% | - |
| HSV(B) | 146.4º | 0.3% | 0.33% | - |
| XYZ | 6.08 | 7.71 | 6.96 | - |
| YUV | 74.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 70 | 0.30 | 0 | 0.17 | 0.67 | 146.4 | 0.17 | 0.28 |
| Hex | 3B | 54 | 46 | 1E | 0 | 11 | 43 | 92 | 11 | 1C |
| Octal | 73 | 124 | 106 | 36 | 0 | 21 | 103 | 222 | 21 | 34 |
| Binary | 111011 | 1010100 | 1000110 | 11110 | 0 | 10001 | 1000011 | 10010010 | 10001 | 11100 |
Color Harmonies of #3B5446
Complementary color
Monochromatic Colors of #3B5446
Black with #3B5446
Text Example
Text Example
White with #3B5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5446; }
p { color: rgb(59,84,70); }
H1.HeaderClassName
{
color: #3B5446;
}
.AnyTagClassName
{
color: #3B5446;
}
</style>
background-color css
<style>
a { background-color: #3B5446; }
a { background-color: rgb(59,84,70); }
div.DivClassName
{
background-color: #3B5446;
}
.BgClassName
{
background-color: #3B5446;
}
</style>
border-color css
<style>
span { border-color: #3B5446; }
span { border-color: rgb(59,84,70); }
td.TdClassName
{
border-color: #3B5446;
}
.TagClassName
{
border-color: #3B5446;
}
</style>