Shades of Plantation #3B5345
Tints of Plantation #3B5345
RGB
CMYK
RGB Variations
Color information
#3B5345 (or 0x3B5345) is known color: Plantation. HEX triplet: 3B, 53 and 45. RGB value is (59,83,69). Sum of RGB (Red+Green+Blue) = 59+83+69=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5345 is #C4ACBA. Grayscale: #4A4A4A. Windows color (decimal): -12889275 or 4543291. OLE color: 4543291.
HSL color Cylindrical-coordinate representation of color #3B5345: hue angle of 145º 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 #3B5345 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 69 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.67 |
| HSL | 145º | 0.17% | 0.28% | - |
| HSV(B) | 145º | 0.29% | 0.33% | - |
| XYZ | 5.97 | 7.55 | 6.77 | - |
| YUV | 74.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 69 | 0.29 | 0 | 0.17 | 0.67 | 145 | 0.17 | 0.28 |
| Hex | 3B | 53 | 45 | 1D | 0 | 11 | 43 | 91 | 11 | 1C |
| Octal | 73 | 123 | 105 | 35 | 0 | 21 | 103 | 221 | 21 | 34 |
| Binary | 111011 | 1010011 | 1000101 | 11101 | 0 | 10001 | 1000011 | 10010001 | 10001 | 11100 |
Color Harmonies of #3B5345
Complementary color
Monochromatic Colors of #3B5345
Black with #3B5345
Text Example
Text Example
White with #3B5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5345; }
p { color: rgb(59,83,69); }
H1.HeaderClassName
{
color: #3B5345;
}
.AnyTagClassName
{
color: #3B5345;
}
</style>
background-color css
<style>
a { background-color: #3B5345; }
a { background-color: rgb(59,83,69); }
div.DivClassName
{
background-color: #3B5345;
}
.BgClassName
{
background-color: #3B5345;
}
</style>
border-color css
<style>
span { border-color: #3B5345; }
span { border-color: rgb(59,83,69); }
td.TdClassName
{
border-color: #3B5345;
}
.TagClassName
{
border-color: #3B5345;
}
</style>