Shades of Plantation #3E614E
Tints of Plantation #3E614E
RGB
CMYK
RGB Variations
Color information
#3E614E (or 0x3E614E) is known color: Plantation. HEX triplet: 3E, 61 and 4E. RGB value is (62,97,78). Sum of RGB (Red+Green+Blue) = 62+97+78=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #3E614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E614E is #C19EB1. Grayscale: #545454. Windows color (decimal): -12689074 or 5136702. OLE color: 5136702.
HSL color Cylindrical-coordinate representation of color #3E614E: hue angle of 147.43º 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 #3E614E is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 78 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.62 |
| HSL | 147.43º | 0.22% | 0.31% | - |
| HSV(B) | 147.43º | 0.36% | 0.38% | - |
| XYZ | 7.64 | 10.12 | 8.76 | - |
| YUV | 84.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 78 | 0.36 | 0 | 0.20 | 0.62 | 147.43 | 0.22 | 0.31 |
| Hex | 3E | 61 | 4E | 24 | 0 | 14 | 3E | 93 | 16 | 1F |
| Octal | 76 | 141 | 116 | 44 | 0 | 24 | 76 | 223 | 26 | 37 |
| Binary | 111110 | 1100001 | 1001110 | 100100 | 0 | 10100 | 111110 | 10010011 | 10110 | 11111 |
Color Harmonies of #3E614E
Complementary color
Monochromatic Colors of #3E614E
Black with #3E614E
Text Example
Text Example
White with #3E614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E614E; }
p { color: rgb(62,97,78); }
H1.HeaderClassName
{
color: #3E614E;
}
.AnyTagClassName
{
color: #3E614E;
}
</style>
background-color css
<style>
a { background-color: #3E614E; }
a { background-color: rgb(62,97,78); }
div.DivClassName
{
background-color: #3E614E;
}
.BgClassName
{
background-color: #3E614E;
}
</style>
border-color css
<style>
span { border-color: #3E614E; }
span { border-color: rgb(62,97,78); }
td.TdClassName
{
border-color: #3E614E;
}
.TagClassName
{
border-color: #3E614E;
}
</style>