Shades of Plantation #3D5548
Tints of Plantation #3D5548
RGB
CMYK
RGB Variations
Color information
#3D5548 (or 0x3D5548) is known color: Plantation. HEX triplet: 3D, 55 and 48. RGB value is (61,85,72). Sum of RGB (Red+Green+Blue) = 61+85+72=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5548 is #C2AAB7. Grayscale: #4C4C4C. Windows color (decimal): -12757688 or 4740413. OLE color: 4740413.
HSL color Cylindrical-coordinate representation of color #3D5548: hue angle of 147.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5548 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 72 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.67 |
| HSL | 147.5º | 0.16% | 0.29% | - |
| HSV(B) | 147.5º | 0.28% | 0.33% | - |
| XYZ | 6.34 | 7.96 | 7.33 | - |
| YUV | 76.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 72 | 0.28 | 0 | 0.15 | 0.67 | 147.5 | 0.16 | 0.29 |
| Hex | 3D | 55 | 48 | 1C | 0 | F | 43 | 94 | 10 | 1D |
| Octal | 75 | 125 | 110 | 34 | 0 | 17 | 103 | 224 | 20 | 35 |
| Binary | 111101 | 1010101 | 1001000 | 11100 | 0 | 1111 | 1000011 | 10010100 | 10000 | 11101 |
Color Harmonies of #3D5548
Complementary color
Monochromatic Colors of #3D5548
Black with #3D5548
Text Example
Text Example
White with #3D5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5548; }
p { color: rgb(61,85,72); }
H1.HeaderClassName
{
color: #3D5548;
}
.AnyTagClassName
{
color: #3D5548;
}
</style>
background-color css
<style>
a { background-color: #3D5548; }
a { background-color: rgb(61,85,72); }
div.DivClassName
{
background-color: #3D5548;
}
.BgClassName
{
background-color: #3D5548;
}
</style>
border-color css
<style>
span { border-color: #3D5548; }
span { border-color: rgb(61,85,72); }
td.TdClassName
{
border-color: #3D5548;
}
.TagClassName
{
border-color: #3D5548;
}
</style>