Shades of Plantation #3D5348
Tints of Plantation #3D5348
RGB
CMYK
RGB Variations
Color information
#3D5348 (or 0x3D5348) is known color: Plantation. HEX triplet: 3D, 53 and 48. RGB value is (61,83,72). Sum of RGB (Red+Green+Blue) = 61+83+72=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5348 is #C2ACB7. Grayscale: #4B4B4B. Windows color (decimal): -12758200 or 4739901. OLE color: 4739901.
HSL color Cylindrical-coordinate representation of color #3D5348: hue angle of 150º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5348 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 72 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.67 |
| HSL | 150º | 0.15% | 0.28% | - |
| HSV(B) | 150º | 0.27% | 0.33% | - |
| XYZ | 6.19 | 7.65 | 7.28 | - |
| YUV | 75.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 72 | 0.27 | 0 | 0.13 | 0.67 | 150 | 0.15 | 0.28 |
| Hex | 3D | 53 | 48 | 1B | 0 | D | 43 | 96 | F | 1C |
| Octal | 75 | 123 | 110 | 33 | 0 | 15 | 103 | 226 | 17 | 34 |
| Binary | 111101 | 1010011 | 1001000 | 11011 | 0 | 1101 | 1000011 | 10010110 | 1111 | 11100 |
Color Harmonies of #3D5348
Complementary color
Monochromatic Colors of #3D5348
Black with #3D5348
Text Example
Text Example
White with #3D5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5348; }
p { color: rgb(61,83,72); }
H1.HeaderClassName
{
color: #3D5348;
}
.AnyTagClassName
{
color: #3D5348;
}
</style>
background-color css
<style>
a { background-color: #3D5348; }
a { background-color: rgb(61,83,72); }
div.DivClassName
{
background-color: #3D5348;
}
.BgClassName
{
background-color: #3D5348;
}
</style>
border-color css
<style>
span { border-color: #3D5348; }
span { border-color: rgb(61,83,72); }
td.TdClassName
{
border-color: #3D5348;
}
.TagClassName
{
border-color: #3D5348;
}
</style>