Shades of Plantation #3D5045
Tints of Plantation #3D5045
RGB
CMYK
RGB Variations
Color information
#3D5045 (or 0x3D5045) is known color: Plantation. HEX triplet: 3D, 50 and 45. RGB value is (61,80,69). Sum of RGB (Red+Green+Blue) = 61+80+69=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5045 is #C2AFBA. Grayscale: #494949. Windows color (decimal): -12758971 or 4542525. OLE color: 4542525.
HSL color Cylindrical-coordinate representation of color #3D5045: hue angle of 145.26º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5045 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 69 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.69 |
| HSL | 145.26º | 0.13% | 0.28% | - |
| HSV(B) | 145.26º | 0.24% | 0.31% | - |
| XYZ | 5.87 | 7.16 | 6.7 | - |
| YUV | 73.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 69 | 0.24 | 0 | 0.14 | 0.69 | 145.26 | 0.13 | 0.28 |
| Hex | 3D | 50 | 45 | 18 | 0 | E | 45 | 91 | D | 1C |
| Octal | 75 | 120 | 105 | 30 | 0 | 16 | 105 | 221 | 15 | 34 |
| Binary | 111101 | 1010000 | 1000101 | 11000 | 0 | 1110 | 1000101 | 10010001 | 1101 | 11100 |
Color Harmonies of #3D5045
Complementary color
Monochromatic Colors of #3D5045
Black with #3D5045
Text Example
Text Example
White with #3D5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5045; }
p { color: rgb(61,80,69); }
H1.HeaderClassName
{
color: #3D5045;
}
.AnyTagClassName
{
color: #3D5045;
}
</style>
background-color css
<style>
a { background-color: #3D5045; }
a { background-color: rgb(61,80,69); }
div.DivClassName
{
background-color: #3D5045;
}
.BgClassName
{
background-color: #3D5045;
}
</style>
border-color css
<style>
span { border-color: #3D5045; }
span { border-color: rgb(61,80,69); }
td.TdClassName
{
border-color: #3D5045;
}
.TagClassName
{
border-color: #3D5045;
}
</style>