Shades of Plantation #3E614C
Tints of Plantation #3E614C
RGB
CMYK
RGB Variations
Color information
#3E614C (or 0x3E614C) is known color: Plantation. HEX triplet: 3E, 61 and 4C. RGB value is (62,97,76). Sum of RGB (Red+Green+Blue) = 62+97+76=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #3E614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E614C is #C19EB3. Grayscale: #545454. Windows color (decimal): -12689076 or 5005630. OLE color: 5005630.
HSL color Cylindrical-coordinate representation of color #3E614C: hue angle of 144º 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 #3E614C is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 76 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.62 |
| HSL | 144º | 0.22% | 0.31% | - |
| HSV(B) | 144º | 0.36% | 0.38% | - |
| XYZ | 7.57 | 10.1 | 8.39 | - |
| YUV | 84.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 76 | 0.36 | 0 | 0.22 | 0.62 | 144 | 0.22 | 0.31 |
| Hex | 3E | 61 | 4C | 24 | 0 | 16 | 3E | 90 | 16 | 1F |
| Octal | 76 | 141 | 114 | 44 | 0 | 26 | 76 | 220 | 26 | 37 |
| Binary | 111110 | 1100001 | 1001100 | 100100 | 0 | 10110 | 111110 | 10010000 | 10110 | 11111 |
Color Harmonies of #3E614C
Complementary color
Monochromatic Colors of #3E614C
Black with #3E614C
Text Example
Text Example
White with #3E614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E614C; }
p { color: rgb(62,97,76); }
H1.HeaderClassName
{
color: #3E614C;
}
.AnyTagClassName
{
color: #3E614C;
}
</style>
background-color css
<style>
a { background-color: #3E614C; }
a { background-color: rgb(62,97,76); }
div.DivClassName
{
background-color: #3E614C;
}
.BgClassName
{
background-color: #3E614C;
}
</style>
border-color css
<style>
span { border-color: #3E614C; }
span { border-color: rgb(62,97,76); }
td.TdClassName
{
border-color: #3E614C;
}
.TagClassName
{
border-color: #3E614C;
}
</style>