Shades of Plantation #3D5C49
Tints of Plantation #3D5C49
RGB
CMYK
RGB Variations
Color information
#3D5C49 (or 0x3D5C49) is known color: Plantation. HEX triplet: 3D, 5C and 49. RGB value is (61,92,73). Sum of RGB (Red+Green+Blue) = 61+92+73=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5C49 is #C2A3B6. Grayscale: #505050. Windows color (decimal): -12755895 or 4807741. OLE color: 4807741.
HSL color Cylindrical-coordinate representation of color #3D5C49: hue angle of 143.23º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5C49 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 92 | 73 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.64 |
| HSL | 143.23º | 0.2% | 0.3% | - |
| HSV(B) | 143.23º | 0.34% | 0.36% | - |
| XYZ | 6.95 | 9.13 | 7.7 | - |
| YUV | 80.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 73 | 0.34 | 0 | 0.21 | 0.64 | 143.23 | 0.2 | 0.3 |
| Hex | 3D | 5C | 49 | 22 | 0 | 15 | 40 | 8F | 14 | 1E |
| Octal | 75 | 134 | 111 | 42 | 0 | 25 | 100 | 217 | 24 | 36 |
| Binary | 111101 | 1011100 | 1001001 | 100010 | 0 | 10101 | 1000000 | 10001111 | 10100 | 11110 |
Color Harmonies of #3D5C49
Complementary color
Monochromatic Colors of #3D5C49
Black with #3D5C49
Text Example
Text Example
White with #3D5C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C49; }
p { color: rgb(61,92,73); }
H1.HeaderClassName
{
color: #3D5C49;
}
.AnyTagClassName
{
color: #3D5C49;
}
</style>
background-color css
<style>
a { background-color: #3D5C49; }
a { background-color: rgb(61,92,73); }
div.DivClassName
{
background-color: #3D5C49;
}
.BgClassName
{
background-color: #3D5C49;
}
</style>
border-color css
<style>
span { border-color: #3D5C49; }
span { border-color: rgb(61,92,73); }
td.TdClassName
{
border-color: #3D5C49;
}
.TagClassName
{
border-color: #3D5C49;
}
</style>