Shades of Plantation #3E624E
Tints of Plantation #3E624E
RGB
CMYK
RGB Variations
Color information
#3E624E (or 0x3E624E) is known color: Plantation. HEX triplet: 3E, 62 and 4E. RGB value is (62,98,78). Sum of RGB (Red+Green+Blue) = 62+98+78=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #3E624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E624E is #C19DB1. Grayscale: #555555. Windows color (decimal): -12688818 or 5136958. OLE color: 5136958.
HSL color Cylindrical-coordinate representation of color #3E624E: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E624E is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 78 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.62 |
| HSL | 146.67º | 0.23% | 0.31% | - |
| HSV(B) | 146.67º | 0.37% | 0.38% | - |
| XYZ | 7.73 | 10.31 | 8.79 | - |
| YUV | 84.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 78 | 0.37 | 0 | 0.20 | 0.62 | 146.67 | 0.23 | 0.31 |
| Hex | 3E | 62 | 4E | 25 | 0 | 14 | 3E | 93 | 16 | 1F |
| Octal | 76 | 142 | 116 | 45 | 0 | 24 | 76 | 223 | 26 | 37 |
| Binary | 111110 | 1100010 | 1001110 | 100101 | 0 | 10100 | 111110 | 10010011 | 10110 | 11111 |
Color Harmonies of #3E624E
Complementary color
Monochromatic Colors of #3E624E
Black with #3E624E
Text Example
Text Example
White with #3E624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E624E; }
p { color: rgb(62,98,78); }
H1.HeaderClassName
{
color: #3E624E;
}
.AnyTagClassName
{
color: #3E624E;
}
</style>
background-color css
<style>
a { background-color: #3E624E; }
a { background-color: rgb(62,98,78); }
div.DivClassName
{
background-color: #3E624E;
}
.BgClassName
{
background-color: #3E624E;
}
</style>
border-color css
<style>
span { border-color: #3E624E; }
span { border-color: rgb(62,98,78); }
td.TdClassName
{
border-color: #3E624E;
}
.TagClassName
{
border-color: #3E624E;
}
</style>