Shades of Plantation #40544A
Tints of Plantation #40544A
RGB
CMYK
RGB Variations
Color information
#40544A (or 0x40544A) is known color: Plantation. HEX triplet: 40, 54 and 4A. RGB value is (64,84,74). Sum of RGB (Red+Green+Blue) = 64+84+74=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #40544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40544A is #BFABB5. Grayscale: #4C4C4C. Windows color (decimal): -12561334 or 4871232. OLE color: 4871232.
HSL color Cylindrical-coordinate representation of color #40544A: hue angle of 150º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40544A is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 74 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.67 |
| HSL | 150º | 0.14% | 0.29% | - |
| HSV(B) | 150º | 0.24% | 0.33% | - |
| XYZ | 6.52 | 7.93 | 7.66 | - |
| YUV | 76.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 74 | 0.24 | 0 | 0.12 | 0.67 | 150 | 0.14 | 0.29 |
| Hex | 40 | 54 | 4A | 18 | 0 | C | 43 | 96 | E | 1D |
| Octal | 100 | 124 | 112 | 30 | 0 | 14 | 103 | 226 | 16 | 35 |
| Binary | 1000000 | 1010100 | 1001010 | 11000 | 0 | 1100 | 1000011 | 10010110 | 1110 | 11101 |
Color Harmonies of #40544A
Complementary color
Monochromatic Colors of #40544A
Black with #40544A
Text Example
Text Example
White with #40544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40544A; }
p { color: rgb(64,84,74); }
H1.HeaderClassName
{
color: #40544A;
}
.AnyTagClassName
{
color: #40544A;
}
</style>
background-color css
<style>
a { background-color: #40544A; }
a { background-color: rgb(64,84,74); }
div.DivClassName
{
background-color: #40544A;
}
.BgClassName
{
background-color: #40544A;
}
</style>
border-color css
<style>
span { border-color: #40544A; }
span { border-color: rgb(64,84,74); }
td.TdClassName
{
border-color: #40544A;
}
.TagClassName
{
border-color: #40544A;
}
</style>