Shades of Plantation #3E6350
Tints of Plantation #3E6350
RGB
CMYK
RGB Variations
Color information
#3E6350 (or 0x3E6350) is known color: Plantation. HEX triplet: 3E, 63 and 50. RGB value is (62,99,80). Sum of RGB (Red+Green+Blue) = 62+99+80=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6350 is #C19CAF. Grayscale: #555555. Windows color (decimal): -12688560 or 5268286. OLE color: 5268286.
HSL color Cylindrical-coordinate representation of color #3E6350: hue angle of 149.19º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E6350 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 80 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.61 |
| HSL | 149.19º | 0.23% | 0.32% | - |
| HSV(B) | 149.19º | 0.37% | 0.39% | - |
| XYZ | 7.9 | 10.53 | 9.21 | - |
| YUV | 85.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 80 | 0.37 | 0 | 0.19 | 0.61 | 149.19 | 0.23 | 0.32 |
| Hex | 3E | 63 | 50 | 25 | 0 | 13 | 3D | 95 | 17 | 20 |
| Octal | 76 | 143 | 120 | 45 | 0 | 23 | 75 | 225 | 27 | 40 |
| Binary | 111110 | 1100011 | 1010000 | 100101 | 0 | 10011 | 111101 | 10010101 | 10111 | 100000 |
Color Harmonies of #3E6350
Complementary color
Monochromatic Colors of #3E6350
Black with #3E6350
Text Example
Text Example
White with #3E6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6350; }
p { color: rgb(62,99,80); }
H1.HeaderClassName
{
color: #3E6350;
}
.AnyTagClassName
{
color: #3E6350;
}
</style>
background-color css
<style>
a { background-color: #3E6350; }
a { background-color: rgb(62,99,80); }
div.DivClassName
{
background-color: #3E6350;
}
.BgClassName
{
background-color: #3E6350;
}
</style>
border-color css
<style>
span { border-color: #3E6350; }
span { border-color: rgb(62,99,80); }
td.TdClassName
{
border-color: #3E6350;
}
.TagClassName
{
border-color: #3E6350;
}
</style>