Shades of Plantation #3E604E
Tints of Plantation #3E604E
RGB
CMYK
RGB Variations
Color information
#3E604E (or 0x3E604E) is known color: Plantation. HEX triplet: 3E, 60 and 4E. RGB value is (62,96,78). Sum of RGB (Red+Green+Blue) = 62+96+78=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #3E604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E604E is #C19FB1. Grayscale: #535353. Windows color (decimal): -12689330 or 5136446. OLE color: 5136446.
HSL color Cylindrical-coordinate representation of color #3E604E: hue angle of 148.24º 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 #3E604E is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 78 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.62 |
| HSL | 148.24º | 0.22% | 0.31% | - |
| HSV(B) | 148.24º | 0.35% | 0.38% | - |
| XYZ | 7.54 | 9.94 | 8.73 | - |
| YUV | 83.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 78 | 0.35 | 0 | 0.19 | 0.62 | 148.24 | 0.22 | 0.31 |
| Hex | 3E | 60 | 4E | 23 | 0 | 13 | 3E | 94 | 16 | 1F |
| Octal | 76 | 140 | 116 | 43 | 0 | 23 | 76 | 224 | 26 | 37 |
| Binary | 111110 | 1100000 | 1001110 | 100011 | 0 | 10011 | 111110 | 10010100 | 10110 | 11111 |
Color Harmonies of #3E604E
Complementary color
Monochromatic Colors of #3E604E
Black with #3E604E
Text Example
Text Example
White with #3E604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E604E; }
p { color: rgb(62,96,78); }
H1.HeaderClassName
{
color: #3E604E;
}
.AnyTagClassName
{
color: #3E604E;
}
</style>
background-color css
<style>
a { background-color: #3E604E; }
a { background-color: rgb(62,96,78); }
div.DivClassName
{
background-color: #3E604E;
}
.BgClassName
{
background-color: #3E604E;
}
</style>
border-color css
<style>
span { border-color: #3E604E; }
span { border-color: rgb(62,96,78); }
td.TdClassName
{
border-color: #3E604E;
}
.TagClassName
{
border-color: #3E604E;
}
</style>