Shades of Plantation #3E604D
Tints of Plantation #3E604D
RGB
CMYK
RGB Variations
Color information
#3E604D (or 0x3E604D) is known color: Plantation. HEX triplet: 3E, 60 and 4D. RGB value is (62,96,77). Sum of RGB (Red+Green+Blue) = 62+96+77=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #3E604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E604D is #C19FB2. Grayscale: #535353. Windows color (decimal): -12689331 or 5070910. OLE color: 5070910.
HSL color Cylindrical-coordinate representation of color #3E604D: hue angle of 146.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E604D is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 77 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.62 |
| HSL | 146.47º | 0.22% | 0.31% | - |
| HSV(B) | 146.47º | 0.35% | 0.38% | - |
| XYZ | 7.51 | 9.93 | 8.54 | - |
| YUV | 83.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 77 | 0.35 | 0 | 0.20 | 0.62 | 146.47 | 0.22 | 0.31 |
| Hex | 3E | 60 | 4D | 23 | 0 | 14 | 3E | 92 | 16 | 1F |
| Octal | 76 | 140 | 115 | 43 | 0 | 24 | 76 | 222 | 26 | 37 |
| Binary | 111110 | 1100000 | 1001101 | 100011 | 0 | 10100 | 111110 | 10010010 | 10110 | 11111 |
Color Harmonies of #3E604D
Complementary color
Monochromatic Colors of #3E604D
Black with #3E604D
Text Example
Text Example
White with #3E604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E604D; }
p { color: rgb(62,96,77); }
H1.HeaderClassName
{
color: #3E604D;
}
.AnyTagClassName
{
color: #3E604D;
}
</style>
background-color css
<style>
a { background-color: #3E604D; }
a { background-color: rgb(62,96,77); }
div.DivClassName
{
background-color: #3E604D;
}
.BgClassName
{
background-color: #3E604D;
}
</style>
border-color css
<style>
span { border-color: #3E604D; }
span { border-color: rgb(62,96,77); }
td.TdClassName
{
border-color: #3E604D;
}
.TagClassName
{
border-color: #3E604D;
}
</style>