Shades of Plantation #3E584B
Tints of Plantation #3E584B
RGB
CMYK
RGB Variations
Color information
#3E584B (or 0x3E584B) is known color: Plantation. HEX triplet: 3E, 58 and 4B. RGB value is (62,88,75). Sum of RGB (Red+Green+Blue) = 62+88+75=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #3E584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E584B is #C1A7B4. Grayscale: #4E4E4E. Windows color (decimal): -12691381 or 4937790. OLE color: 4937790.
HSL color Cylindrical-coordinate representation of color #3E584B: hue angle of 150º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E584B is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 75 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.65 |
| HSL | 150º | 0.17% | 0.29% | - |
| HSV(B) | 150º | 0.3% | 0.35% | - |
| XYZ | 6.75 | 8.51 | 7.94 | - |
| YUV | 78.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 75 | 0.30 | 0 | 0.15 | 0.65 | 150 | 0.17 | 0.29 |
| Hex | 3E | 58 | 4B | 1E | 0 | F | 41 | 96 | 11 | 1D |
| Octal | 76 | 130 | 113 | 36 | 0 | 17 | 101 | 226 | 21 | 35 |
| Binary | 111110 | 1011000 | 1001011 | 11110 | 0 | 1111 | 1000001 | 10010110 | 10001 | 11101 |
Color Harmonies of #3E584B
Complementary color
Monochromatic Colors of #3E584B
Black with #3E584B
Text Example
Text Example
White with #3E584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E584B; }
p { color: rgb(62,88,75); }
H1.HeaderClassName
{
color: #3E584B;
}
.AnyTagClassName
{
color: #3E584B;
}
</style>
background-color css
<style>
a { background-color: #3E584B; }
a { background-color: rgb(62,88,75); }
div.DivClassName
{
background-color: #3E584B;
}
.BgClassName
{
background-color: #3E584B;
}
</style>
border-color css
<style>
span { border-color: #3E584B; }
span { border-color: rgb(62,88,75); }
td.TdClassName
{
border-color: #3E584B;
}
.TagClassName
{
border-color: #3E584B;
}
</style>