Shades of Plantation #40594A
Tints of Plantation #40594A
RGB
CMYK
RGB Variations
Color information
#40594A (or 0x40594A) is known color: Plantation. HEX triplet: 40, 59 and 4A. RGB value is (64,89,74). Sum of RGB (Red+Green+Blue) = 64+89+74=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #40594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40594A is #BFA6B5. Grayscale: #4F4F4F. Windows color (decimal): -12560054 or 4872512. OLE color: 4872512.
HSL color Cylindrical-coordinate representation of color #40594A: hue angle of 144º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40594A is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 74 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.65 |
| HSL | 144º | 0.16% | 0.3% | - |
| HSV(B) | 144º | 0.28% | 0.35% | - |
| XYZ | 6.92 | 8.73 | 7.8 | - |
| YUV | 79.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 74 | 0.28 | 0 | 0.17 | 0.65 | 144 | 0.16 | 0.3 |
| Hex | 40 | 59 | 4A | 1C | 0 | 11 | 41 | 90 | 10 | 1E |
| Octal | 100 | 131 | 112 | 34 | 0 | 21 | 101 | 220 | 20 | 36 |
| Binary | 1000000 | 1011001 | 1001010 | 11100 | 0 | 10001 | 1000001 | 10010000 | 10000 | 11110 |
Color Harmonies of #40594A
Complementary color
Monochromatic Colors of #40594A
Black with #40594A
Text Example
Text Example
White with #40594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40594A; }
p { color: rgb(64,89,74); }
H1.HeaderClassName
{
color: #40594A;
}
.AnyTagClassName
{
color: #40594A;
}
</style>
background-color css
<style>
a { background-color: #40594A; }
a { background-color: rgb(64,89,74); }
div.DivClassName
{
background-color: #40594A;
}
.BgClassName
{
background-color: #40594A;
}
</style>
border-color css
<style>
span { border-color: #40594A; }
span { border-color: rgb(64,89,74); }
td.TdClassName
{
border-color: #40594A;
}
.TagClassName
{
border-color: #40594A;
}
</style>