Shades of Plantation #40584E
Tints of Plantation #40584E
RGB
CMYK
RGB Variations
Color information
#40584E (or 0x40584E) is known color: Plantation. HEX triplet: 40, 58 and 4E. RGB value is (64,88,78). Sum of RGB (Red+Green+Blue) = 64+88+78=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #40584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40584E is #BFA7B1. Grayscale: #4F4F4F. Windows color (decimal): -12560306 or 5134400. OLE color: 5134400.
HSL color Cylindrical-coordinate representation of color #40584E: hue angle of 155º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40584E is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 78 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.65 |
| HSL | 155º | 0.16% | 0.3% | - |
| HSV(B) | 155º | 0.27% | 0.35% | - |
| XYZ | 6.98 | 8.62 | 8.5 | - |
| YUV | 79.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 78 | 0.27 | 0 | 0.11 | 0.65 | 155 | 0.16 | 0.3 |
| Hex | 40 | 58 | 4E | 1B | 0 | B | 41 | 9B | 10 | 1E |
| Octal | 100 | 130 | 116 | 33 | 0 | 13 | 101 | 233 | 20 | 36 |
| Binary | 1000000 | 1011000 | 1001110 | 11011 | 0 | 1011 | 1000001 | 10011011 | 10000 | 11110 |
Color Harmonies of #40584E
Complementary color
Monochromatic Colors of #40584E
Black with #40584E
Text Example
Text Example
White with #40584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40584E; }
p { color: rgb(64,88,78); }
H1.HeaderClassName
{
color: #40584E;
}
.AnyTagClassName
{
color: #40584E;
}
</style>
background-color css
<style>
a { background-color: #40584E; }
a { background-color: rgb(64,88,78); }
div.DivClassName
{
background-color: #40584E;
}
.BgClassName
{
background-color: #40584E;
}
</style>
border-color css
<style>
span { border-color: #40584E; }
span { border-color: rgb(64,88,78); }
td.TdClassName
{
border-color: #40584E;
}
.TagClassName
{
border-color: #40584E;
}
</style>