Shades of Plantation #3E584D
Tints of Plantation #3E584D
RGB
CMYK
RGB Variations
Color information
#3E584D (or 0x3E584D) is known color: Plantation. HEX triplet: 3E, 58 and 4D. RGB value is (62,88,77). Sum of RGB (Red+Green+Blue) = 62+88+77=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #3E584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E584D is #C1A7B2. Grayscale: #4E4E4E. Windows color (decimal): -12691379 or 5068862. OLE color: 5068862.
HSL color Cylindrical-coordinate representation of color #3E584D: hue angle of 154.62º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E584D is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 77 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.65 |
| HSL | 154.62º | 0.17% | 0.29% | - |
| HSV(B) | 154.62º | 0.3% | 0.35% | - |
| XYZ | 6.82 | 8.54 | 8.31 | - |
| YUV | 78.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 77 | 0.30 | 0 | 0.12 | 0.65 | 154.62 | 0.17 | 0.29 |
| Hex | 3E | 58 | 4D | 1E | 0 | C | 41 | 9B | 11 | 1D |
| Octal | 76 | 130 | 115 | 36 | 0 | 14 | 101 | 233 | 21 | 35 |
| Binary | 111110 | 1011000 | 1001101 | 11110 | 0 | 1100 | 1000001 | 10011011 | 10001 | 11101 |
Color Harmonies of #3E584D
Complementary color
Monochromatic Colors of #3E584D
Black with #3E584D
Text Example
Text Example
White with #3E584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E584D; }
p { color: rgb(62,88,77); }
H1.HeaderClassName
{
color: #3E584D;
}
.AnyTagClassName
{
color: #3E584D;
}
</style>
background-color css
<style>
a { background-color: #3E584D; }
a { background-color: rgb(62,88,77); }
div.DivClassName
{
background-color: #3E584D;
}
.BgClassName
{
background-color: #3E584D;
}
</style>
border-color css
<style>
span { border-color: #3E584D; }
span { border-color: rgb(62,88,77); }
td.TdClassName
{
border-color: #3E584D;
}
.TagClassName
{
border-color: #3E584D;
}
</style>