Shades of Plantation #3E5D4F
Tints of Plantation #3E5D4F
RGB
CMYK
RGB Variations
Color information
#3E5D4F (or 0x3E5D4F) is known color: Plantation. HEX triplet: 3E, 5D and 4F. RGB value is (62,93,79). Sum of RGB (Red+Green+Blue) = 62+93+79=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5D4F is #C1A2B0. Grayscale: #525252. Windows color (decimal): -12690097 or 5201214. OLE color: 5201214.
HSL color Cylindrical-coordinate representation of color #3E5D4F: hue angle of 152.9º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E5D4F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 93 | 79 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.64 |
| HSL | 152.9º | 0.2% | 0.3% | - |
| HSV(B) | 152.9º | 0.33% | 0.36% | - |
| XYZ | 7.31 | 9.42 | 8.83 | - |
| YUV | 82.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 79 | 0.33 | 0 | 0.15 | 0.64 | 152.9 | 0.2 | 0.3 |
| Hex | 3E | 5D | 4F | 21 | 0 | F | 40 | 99 | 14 | 1E |
| Octal | 76 | 135 | 117 | 41 | 0 | 17 | 100 | 231 | 24 | 36 |
| Binary | 111110 | 1011101 | 1001111 | 100001 | 0 | 1111 | 1000000 | 10011001 | 10100 | 11110 |
Color Harmonies of #3E5D4F
Complementary color
Monochromatic Colors of #3E5D4F
Black with #3E5D4F
Text Example
Text Example
White with #3E5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5D4F; }
p { color: rgb(62,93,79); }
H1.HeaderClassName
{
color: #3E5D4F;
}
.AnyTagClassName
{
color: #3E5D4F;
}
</style>
background-color css
<style>
a { background-color: #3E5D4F; }
a { background-color: rgb(62,93,79); }
div.DivClassName
{
background-color: #3E5D4F;
}
.BgClassName
{
background-color: #3E5D4F;
}
</style>
border-color css
<style>
span { border-color: #3E5D4F; }
span { border-color: rgb(62,93,79); }
td.TdClassName
{
border-color: #3E5D4F;
}
.TagClassName
{
border-color: #3E5D4F;
}
</style>