Shades of Plantation #3D5147
Tints of Plantation #3D5147
RGB
CMYK
RGB Variations
Color information
#3D5147 (or 0x3D5147) is known color: Plantation. HEX triplet: 3D, 51 and 47. RGB value is (61,81,71). Sum of RGB (Red+Green+Blue) = 61+81+71=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5147 is #C2AEB8. Grayscale: #494949. Windows color (decimal): -12758713 or 4673853. OLE color: 4673853.
HSL color Cylindrical-coordinate representation of color #3D5147: hue angle of 150º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D5147 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 71 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.68 |
| HSL | 150º | 0.14% | 0.28% | - |
| HSV(B) | 150º | 0.25% | 0.32% | - |
| XYZ | 6 | 7.33 | 7.06 | - |
| YUV | 73.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 71 | 0.25 | 0 | 0.12 | 0.68 | 150 | 0.14 | 0.28 |
| Hex | 3D | 51 | 47 | 19 | 0 | C | 44 | 96 | E | 1C |
| Octal | 75 | 121 | 107 | 31 | 0 | 14 | 104 | 226 | 16 | 34 |
| Binary | 111101 | 1010001 | 1000111 | 11001 | 0 | 1100 | 1000100 | 10010110 | 1110 | 11100 |
Color Harmonies of #3D5147
Complementary color
Monochromatic Colors of #3D5147
Black with #3D5147
Text Example
Text Example
White with #3D5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5147; }
p { color: rgb(61,81,71); }
H1.HeaderClassName
{
color: #3D5147;
}
.AnyTagClassName
{
color: #3D5147;
}
</style>
background-color css
<style>
a { background-color: #3D5147; }
a { background-color: rgb(61,81,71); }
div.DivClassName
{
background-color: #3D5147;
}
.BgClassName
{
background-color: #3D5147;
}
</style>
border-color css
<style>
span { border-color: #3D5147; }
span { border-color: rgb(61,81,71); }
td.TdClassName
{
border-color: #3D5147;
}
.TagClassName
{
border-color: #3D5147;
}
</style>