Shades of Plantation #3D5947
Tints of Plantation #3D5947
RGB
CMYK
RGB Variations
Color information
#3D5947 (or 0x3D5947) is known color: Plantation. HEX triplet: 3D, 59 and 47. RGB value is (61,89,71). Sum of RGB (Red+Green+Blue) = 61+89+71=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5947 is #C2A6B8. Grayscale: #4E4E4E. Windows color (decimal): -12756665 or 4675901. OLE color: 4675901.
HSL color Cylindrical-coordinate representation of color #3D5947: hue angle of 141.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5947 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 71 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.65 |
| HSL | 141.43º | 0.19% | 0.29% | - |
| HSV(B) | 141.43º | 0.31% | 0.35% | - |
| XYZ | 6.63 | 8.59 | 7.27 | - |
| YUV | 78.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 71 | 0.31 | 0 | 0.20 | 0.65 | 141.43 | 0.19 | 0.29 |
| Hex | 3D | 59 | 47 | 1F | 0 | 14 | 41 | 8D | 13 | 1D |
| Octal | 75 | 131 | 107 | 37 | 0 | 24 | 101 | 215 | 23 | 35 |
| Binary | 111101 | 1011001 | 1000111 | 11111 | 0 | 10100 | 1000001 | 10001101 | 10011 | 11101 |
Color Harmonies of #3D5947
Complementary color
Monochromatic Colors of #3D5947
Black with #3D5947
Text Example
Text Example
White with #3D5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5947; }
p { color: rgb(61,89,71); }
H1.HeaderClassName
{
color: #3D5947;
}
.AnyTagClassName
{
color: #3D5947;
}
</style>
background-color css
<style>
a { background-color: #3D5947; }
a { background-color: rgb(61,89,71); }
div.DivClassName
{
background-color: #3D5947;
}
.BgClassName
{
background-color: #3D5947;
}
</style>
border-color css
<style>
span { border-color: #3D5947; }
span { border-color: rgb(61,89,71); }
td.TdClassName
{
border-color: #3D5947;
}
.TagClassName
{
border-color: #3D5947;
}
</style>