Shades of Plantation #3D5747
Tints of Plantation #3D5747
RGB
CMYK
RGB Variations
Color information
#3D5747 (or 0x3D5747) is known color: Plantation. HEX triplet: 3D, 57 and 47. RGB value is (61,87,71). Sum of RGB (Red+Green+Blue) = 61+87+71=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5747 is #C2A8B8. Grayscale: #4D4D4D. Windows color (decimal): -12757177 or 4675389. OLE color: 4675389.
HSL color Cylindrical-coordinate representation of color #3D5747: hue angle of 143.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5747 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 71 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.66 |
| HSL | 143.08º | 0.18% | 0.29% | - |
| HSV(B) | 143.08º | 0.3% | 0.34% | - |
| XYZ | 6.47 | 8.26 | 7.22 | - |
| YUV | 77.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 71 | 0.30 | 0 | 0.18 | 0.66 | 143.08 | 0.18 | 0.29 |
| Hex | 3D | 57 | 47 | 1E | 0 | 12 | 42 | 8F | 12 | 1D |
| Octal | 75 | 127 | 107 | 36 | 0 | 22 | 102 | 217 | 22 | 35 |
| Binary | 111101 | 1010111 | 1000111 | 11110 | 0 | 10010 | 1000010 | 10001111 | 10010 | 11101 |
Color Harmonies of #3D5747
Complementary color
Monochromatic Colors of #3D5747
Black with #3D5747
Text Example
Text Example
White with #3D5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5747; }
p { color: rgb(61,87,71); }
H1.HeaderClassName
{
color: #3D5747;
}
.AnyTagClassName
{
color: #3D5747;
}
</style>
background-color css
<style>
a { background-color: #3D5747; }
a { background-color: rgb(61,87,71); }
div.DivClassName
{
background-color: #3D5747;
}
.BgClassName
{
background-color: #3D5747;
}
</style>
border-color css
<style>
span { border-color: #3D5747; }
span { border-color: rgb(61,87,71); }
td.TdClassName
{
border-color: #3D5747;
}
.TagClassName
{
border-color: #3D5747;
}
</style>