Shades of Plantation #3E664E
Tints of Plantation #3E664E
RGB
CMYK
RGB Variations
Color information
#3E664E (or 0x3E664E) is known color: Plantation. HEX triplet: 3E, 66 and 4E. RGB value is (62,102,78). Sum of RGB (Red+Green+Blue) = 62+102+78=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #3E664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E664E is #C199B1. Grayscale: #575757. Windows color (decimal): -12687794 or 5137982. OLE color: 5137982.
HSL color Cylindrical-coordinate representation of color #3E664E: hue angle of 144º 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 #3E664E is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 78 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.6 |
| HSL | 144º | 0.24% | 0.32% | - |
| HSV(B) | 144º | 0.39% | 0.4% | - |
| XYZ | 8.11 | 11.08 | 8.92 | - |
| YUV | 87.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 78 | 0.39 | 0 | 0.24 | 0.6 | 144 | 0.24 | 0.32 |
| Hex | 3E | 66 | 4E | 27 | 0 | 18 | 3C | 90 | 18 | 20 |
| Octal | 76 | 146 | 116 | 47 | 0 | 30 | 74 | 220 | 30 | 40 |
| Binary | 111110 | 1100110 | 1001110 | 100111 | 0 | 11000 | 111100 | 10010000 | 11000 | 100000 |
Color Harmonies of #3E664E
Complementary color
Monochromatic Colors of #3E664E
Black with #3E664E
Text Example
Text Example
White with #3E664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E664E; }
p { color: rgb(62,102,78); }
H1.HeaderClassName
{
color: #3E664E;
}
.AnyTagClassName
{
color: #3E664E;
}
</style>
background-color css
<style>
a { background-color: #3E664E; }
a { background-color: rgb(62,102,78); }
div.DivClassName
{
background-color: #3E664E;
}
.BgClassName
{
background-color: #3E664E;
}
</style>
border-color css
<style>
span { border-color: #3E664E; }
span { border-color: rgb(62,102,78); }
td.TdClassName
{
border-color: #3E664E;
}
.TagClassName
{
border-color: #3E664E;
}
</style>