Shades of Plantation #3E5B4E
Tints of Plantation #3E5B4E
RGB
CMYK
RGB Variations
Color information
#3E5B4E (or 0x3E5B4E) is known color: Plantation. HEX triplet: 3E, 5B and 4E. RGB value is (62,91,78). Sum of RGB (Red+Green+Blue) = 62+91+78=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #3E5B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5B4E is #C1A4B1. Grayscale: #505050. Windows color (decimal): -12690610 or 5135166. OLE color: 5135166.
HSL color Cylindrical-coordinate representation of color #3E5B4E: hue angle of 153.1º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E5B4E is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 91 | 78 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.64 |
| HSL | 153.1º | 0.19% | 0.3% | - |
| HSV(B) | 153.1º | 0.32% | 0.36% | - |
| XYZ | 7.1 | 9.06 | 8.58 | - |
| YUV | 80.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 78 | 0.32 | 0 | 0.14 | 0.64 | 153.1 | 0.19 | 0.3 |
| Hex | 3E | 5B | 4E | 20 | 0 | E | 40 | 99 | 13 | 1E |
| Octal | 76 | 133 | 116 | 40 | 0 | 16 | 100 | 231 | 23 | 36 |
| Binary | 111110 | 1011011 | 1001110 | 100000 | 0 | 1110 | 1000000 | 10011001 | 10011 | 11110 |
Color Harmonies of #3E5B4E
Complementary color
Monochromatic Colors of #3E5B4E
Black with #3E5B4E
Text Example
Text Example
White with #3E5B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B4E; }
p { color: rgb(62,91,78); }
H1.HeaderClassName
{
color: #3E5B4E;
}
.AnyTagClassName
{
color: #3E5B4E;
}
</style>
background-color css
<style>
a { background-color: #3E5B4E; }
a { background-color: rgb(62,91,78); }
div.DivClassName
{
background-color: #3E5B4E;
}
.BgClassName
{
background-color: #3E5B4E;
}
</style>
border-color css
<style>
span { border-color: #3E5B4E; }
span { border-color: rgb(62,91,78); }
td.TdClassName
{
border-color: #3E5B4E;
}
.TagClassName
{
border-color: #3E5B4E;
}
</style>