Shades of Plantation #3D5145
Tints of Plantation #3D5145
RGB
CMYK
RGB Variations
Color information
#3D5145 (or 0x3D5145) is known color: Plantation. HEX triplet: 3D, 51 and 45. RGB value is (61,81,69). Sum of RGB (Red+Green+Blue) = 61+81+69=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5145 is #C2AEBA. Grayscale: #494949. Windows color (decimal): -12758715 or 4542781. OLE color: 4542781.
HSL color Cylindrical-coordinate representation of color #3D5145: hue angle of 144º 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 #3D5145 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 69 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.68 |
| HSL | 144º | 0.14% | 0.28% | - |
| HSV(B) | 144º | 0.25% | 0.32% | - |
| XYZ | 5.94 | 7.31 | 6.73 | - |
| YUV | 73.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 69 | 0.25 | 0 | 0.15 | 0.68 | 144 | 0.14 | 0.28 |
| Hex | 3D | 51 | 45 | 19 | 0 | F | 44 | 90 | E | 1C |
| Octal | 75 | 121 | 105 | 31 | 0 | 17 | 104 | 220 | 16 | 34 |
| Binary | 111101 | 1010001 | 1000101 | 11001 | 0 | 1111 | 1000100 | 10010000 | 1110 | 11100 |
Color Harmonies of #3D5145
Complementary color
Monochromatic Colors of #3D5145
Black with #3D5145
Text Example
Text Example
White with #3D5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5145; }
p { color: rgb(61,81,69); }
H1.HeaderClassName
{
color: #3D5145;
}
.AnyTagClassName
{
color: #3D5145;
}
</style>
background-color css
<style>
a { background-color: #3D5145; }
a { background-color: rgb(61,81,69); }
div.DivClassName
{
background-color: #3D5145;
}
.BgClassName
{
background-color: #3D5145;
}
</style>
border-color css
<style>
span { border-color: #3D5145; }
span { border-color: rgb(61,81,69); }
td.TdClassName
{
border-color: #3D5145;
}
.TagClassName
{
border-color: #3D5145;
}
</style>