Shades of Plantation #3E614A
Tints of Plantation #3E614A
RGB
CMYK
RGB Variations
Color information
#3E614A (or 0x3E614A) is known color: Plantation. HEX triplet: 3E, 61 and 4A. RGB value is (62,97,74). Sum of RGB (Red+Green+Blue) = 62+97+74=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #3E614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E614A is #C19EB5. Grayscale: #535353. Windows color (decimal): -12689078 or 4874558. OLE color: 4874558.
HSL color Cylindrical-coordinate representation of color #3E614A: hue angle of 140.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E614A is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 74 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.62 |
| HSL | 140.57º | 0.22% | 0.31% | - |
| HSV(B) | 140.57º | 0.36% | 0.38% | - |
| XYZ | 7.5 | 10.07 | 8.03 | - |
| YUV | 83.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 74 | 0.36 | 0 | 0.24 | 0.62 | 140.57 | 0.22 | 0.31 |
| Hex | 3E | 61 | 4A | 24 | 0 | 18 | 3E | 8D | 16 | 1F |
| Octal | 76 | 141 | 112 | 44 | 0 | 30 | 76 | 215 | 26 | 37 |
| Binary | 111110 | 1100001 | 1001010 | 100100 | 0 | 11000 | 111110 | 10001101 | 10110 | 11111 |
Color Harmonies of #3E614A
Complementary color
Monochromatic Colors of #3E614A
Black with #3E614A
Text Example
Text Example
White with #3E614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E614A; }
p { color: rgb(62,97,74); }
H1.HeaderClassName
{
color: #3E614A;
}
.AnyTagClassName
{
color: #3E614A;
}
</style>
background-color css
<style>
a { background-color: #3E614A; }
a { background-color: rgb(62,97,74); }
div.DivClassName
{
background-color: #3E614A;
}
.BgClassName
{
background-color: #3E614A;
}
</style>
border-color css
<style>
span { border-color: #3E614A; }
span { border-color: rgb(62,97,74); }
td.TdClassName
{
border-color: #3E614A;
}
.TagClassName
{
border-color: #3E614A;
}
</style>