Shades of Plantation #3E5A4E
Tints of Plantation #3E5A4E
RGB
CMYK
RGB Variations
Color information
#3E5A4E (or 0x3E5A4E) is known color: Plantation. HEX triplet: 3E, 5A and 4E. RGB value is (62,90,78). Sum of RGB (Red+Green+Blue) = 62+90+78=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A4E is #C1A5B1. Grayscale: #505050. Windows color (decimal): -12690866 or 5134910. OLE color: 5134910.
HSL color Cylindrical-coordinate representation of color #3E5A4E: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E5A4E is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 90 | 78 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.65 |
| HSL | 154.29º | 0.18% | 0.3% | - |
| HSV(B) | 154.29º | 0.31% | 0.35% | - |
| XYZ | 7.02 | 8.89 | 8.55 | - |
| YUV | 80.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 78 | 0.31 | 0 | 0.13 | 0.65 | 154.29 | 0.18 | 0.3 |
| Hex | 3E | 5A | 4E | 1F | 0 | D | 41 | 9A | 12 | 1E |
| Octal | 76 | 132 | 116 | 37 | 0 | 15 | 101 | 232 | 22 | 36 |
| Binary | 111110 | 1011010 | 1001110 | 11111 | 0 | 1101 | 1000001 | 10011010 | 10010 | 11110 |
Color Harmonies of #3E5A4E
Complementary color
Monochromatic Colors of #3E5A4E
Black with #3E5A4E
Text Example
Text Example
White with #3E5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A4E; }
p { color: rgb(62,90,78); }
H1.HeaderClassName
{
color: #3E5A4E;
}
.AnyTagClassName
{
color: #3E5A4E;
}
</style>
background-color css
<style>
a { background-color: #3E5A4E; }
a { background-color: rgb(62,90,78); }
div.DivClassName
{
background-color: #3E5A4E;
}
.BgClassName
{
background-color: #3E5A4E;
}
</style>
border-color css
<style>
span { border-color: #3E5A4E; }
span { border-color: rgb(62,90,78); }
td.TdClassName
{
border-color: #3E5A4E;
}
.TagClassName
{
border-color: #3E5A4E;
}
</style>