Shades of Plantation #3E6551
Tints of Plantation #3E6551
RGB
CMYK
RGB Variations
Color information
#3E6551 (or 0x3E6551) is known color: Plantation. HEX triplet: 3E, 65 and 51. RGB value is (62,101,81). Sum of RGB (Red+Green+Blue) = 62+101+81=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6551 is #C19AAE. Grayscale: #575757. Windows color (decimal): -12688047 or 5334334. OLE color: 5334334.
HSL color Cylindrical-coordinate representation of color #3E6551: hue angle of 149.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E6551 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 81 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.60 |
| HSL | 149.23º | 0.24% | 0.32% | - |
| HSV(B) | 149.23º | 0.39% | 0.4% | - |
| XYZ | 8.13 | 10.93 | 9.47 | - |
| YUV | 87.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 81 | 0.39 | 0 | 0.20 | 0.60 | 149.23 | 0.24 | 0.32 |
| Hex | 3E | 65 | 51 | 27 | 0 | 14 | 3C | 95 | 18 | 20 |
| Octal | 76 | 145 | 121 | 47 | 0 | 24 | 74 | 225 | 30 | 40 |
| Binary | 111110 | 1100101 | 1010001 | 100111 | 0 | 10100 | 111100 | 10010101 | 11000 | 100000 |
Color Harmonies of #3E6551
Complementary color
Monochromatic Colors of #3E6551
Black with #3E6551
Text Example
Text Example
White with #3E6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6551; }
p { color: rgb(62,101,81); }
H1.HeaderClassName
{
color: #3E6551;
}
.AnyTagClassName
{
color: #3E6551;
}
</style>
background-color css
<style>
a { background-color: #3E6551; }
a { background-color: rgb(62,101,81); }
div.DivClassName
{
background-color: #3E6551;
}
.BgClassName
{
background-color: #3E6551;
}
</style>
border-color css
<style>
span { border-color: #3E6551; }
span { border-color: rgb(62,101,81); }
td.TdClassName
{
border-color: #3E6551;
}
.TagClassName
{
border-color: #3E6551;
}
</style>