Shades of Plantation #3D5F48
Tints of Plantation #3D5F48
RGB
CMYK
RGB Variations
Color information
#3D5F48 (or 0x3D5F48) is known color: Plantation. HEX triplet: 3D, 5F and 48. RGB value is (61,95,72). Sum of RGB (Red+Green+Blue) = 61+95+72=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F48 is #C2A0B7. Grayscale: #525252. Windows color (decimal): -12755128 or 4742973. OLE color: 4742973.
HSL color Cylindrical-coordinate representation of color #3D5F48: hue angle of 139.41º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F48 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 95 | 72 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.63 |
| HSL | 139.41º | 0.22% | 0.31% | - |
| HSV(B) | 139.41º | 0.36% | 0.37% | - |
| XYZ | 7.19 | 9.64 | 7.61 | - |
| YUV | 82.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 72 | 0.36 | 0 | 0.24 | 0.63 | 139.41 | 0.22 | 0.31 |
| Hex | 3D | 5F | 48 | 24 | 0 | 18 | 3F | 8B | 16 | 1F |
| Octal | 75 | 137 | 110 | 44 | 0 | 30 | 77 | 213 | 26 | 37 |
| Binary | 111101 | 1011111 | 1001000 | 100100 | 0 | 11000 | 111111 | 10001011 | 10110 | 11111 |
Color Harmonies of #3D5F48
Complementary color
Monochromatic Colors of #3D5F48
Black with #3D5F48
Text Example
Text Example
White with #3D5F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F48; }
p { color: rgb(61,95,72); }
H1.HeaderClassName
{
color: #3D5F48;
}
.AnyTagClassName
{
color: #3D5F48;
}
</style>
background-color css
<style>
a { background-color: #3D5F48; }
a { background-color: rgb(61,95,72); }
div.DivClassName
{
background-color: #3D5F48;
}
.BgClassName
{
background-color: #3D5F48;
}
</style>
border-color css
<style>
span { border-color: #3D5F48; }
span { border-color: rgb(61,95,72); }
td.TdClassName
{
border-color: #3D5F48;
}
.TagClassName
{
border-color: #3D5F48;
}
</style>