Shades of Plantation #3E5349
Tints of Plantation #3E5349
RGB
CMYK
RGB Variations
Color information
#3E5349 (or 0x3E5349) is known color: Plantation. HEX triplet: 3E, 53 and 49. RGB value is (62,83,73). Sum of RGB (Red+Green+Blue) = 62+83+73=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5349 is #C1ACB6. Grayscale: #4B4B4B. Windows color (decimal): -12692663 or 4805438. OLE color: 4805438.
HSL color Cylindrical-coordinate representation of color #3E5349: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5349 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 73 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.67 |
| HSL | 151.43º | 0.14% | 0.28% | - |
| HSV(B) | 151.43º | 0.25% | 0.33% | - |
| XYZ | 6.28 | 7.69 | 7.46 | - |
| YUV | 75.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 73 | 0.25 | 0 | 0.12 | 0.67 | 151.43 | 0.14 | 0.28 |
| Hex | 3E | 53 | 49 | 19 | 0 | C | 43 | 97 | E | 1C |
| Octal | 76 | 123 | 111 | 31 | 0 | 14 | 103 | 227 | 16 | 34 |
| Binary | 111110 | 1010011 | 1001001 | 11001 | 0 | 1100 | 1000011 | 10010111 | 1110 | 11100 |
Color Harmonies of #3E5349
Complementary color
Monochromatic Colors of #3E5349
Black with #3E5349
Text Example
Text Example
White with #3E5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5349; }
p { color: rgb(62,83,73); }
H1.HeaderClassName
{
color: #3E5349;
}
.AnyTagClassName
{
color: #3E5349;
}
</style>
background-color css
<style>
a { background-color: #3E5349; }
a { background-color: rgb(62,83,73); }
div.DivClassName
{
background-color: #3E5349;
}
.BgClassName
{
background-color: #3E5349;
}
</style>
border-color css
<style>
span { border-color: #3E5349; }
span { border-color: rgb(62,83,73); }
td.TdClassName
{
border-color: #3E5349;
}
.TagClassName
{
border-color: #3E5349;
}
</style>