Shades of Plantation #3E664D
Tints of Plantation #3E664D
RGB
CMYK
RGB Variations
Color information
#3E664D (or 0x3E664D) is known color: Plantation. HEX triplet: 3E, 66 and 4D. RGB value is (62,102,77). Sum of RGB (Red+Green+Blue) = 62+102+77=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #3E664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E664D is #C199B2. Grayscale: #575757. Windows color (decimal): -12687795 or 5072446. OLE color: 5072446.
HSL color Cylindrical-coordinate representation of color #3E664D: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E664D is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 77 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.6 |
| HSL | 142.5º | 0.24% | 0.32% | - |
| HSV(B) | 142.5º | 0.39% | 0.4% | - |
| XYZ | 8.08 | 11.06 | 8.73 | - |
| YUV | 87.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 77 | 0.39 | 0 | 0.25 | 0.6 | 142.5 | 0.24 | 0.32 |
| Hex | 3E | 66 | 4D | 27 | 0 | 19 | 3C | 8E | 18 | 20 |
| Octal | 76 | 146 | 115 | 47 | 0 | 31 | 74 | 216 | 30 | 40 |
| Binary | 111110 | 1100110 | 1001101 | 100111 | 0 | 11001 | 111100 | 10001110 | 11000 | 100000 |
Color Harmonies of #3E664D
Complementary color
Monochromatic Colors of #3E664D
Black with #3E664D
Text Example
Text Example
White with #3E664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E664D; }
p { color: rgb(62,102,77); }
H1.HeaderClassName
{
color: #3E664D;
}
.AnyTagClassName
{
color: #3E664D;
}
</style>
background-color css
<style>
a { background-color: #3E664D; }
a { background-color: rgb(62,102,77); }
div.DivClassName
{
background-color: #3E664D;
}
.BgClassName
{
background-color: #3E664D;
}
</style>
border-color css
<style>
span { border-color: #3E664D; }
span { border-color: rgb(62,102,77); }
td.TdClassName
{
border-color: #3E664D;
}
.TagClassName
{
border-color: #3E664D;
}
</style>