Shades of Plantation #404944
Tints of Plantation #404944
RGB
CMYK
RGB Variations
Color information
#404944 (or 0x404944) is known color: Plantation. HEX triplet: 40, 49 and 44. RGB value is (64,73,68). Sum of RGB (Red+Green+Blue) = 64+73+68=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #404944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404944 is #BFB6BB. Grayscale: #454545. Windows color (decimal): -12564156 or 4475200. OLE color: 4475200.
HSL color Cylindrical-coordinate representation of color #404944: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404944 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 68 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.71 |
| HSL | 146.67º | 0.07% | 0.27% | - |
| HSV(B) | 146.67º | 0.12% | 0.29% | - |
| XYZ | 5.54 | 6.27 | 6.39 | - |
| YUV | 69.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 68 | 0.12 | 0 | 0.07 | 0.71 | 146.67 | 0.07 | 0.27 |
| Hex | 40 | 49 | 44 | C | 0 | 7 | 47 | 93 | 7 | 1B |
| Octal | 100 | 111 | 104 | 14 | 0 | 7 | 107 | 223 | 7 | 33 |
| Binary | 1000000 | 1001001 | 1000100 | 1100 | 0 | 111 | 1000111 | 10010011 | 111 | 11011 |
Color Harmonies of #404944
Complementary color
Monochromatic Colors of #404944
Black with #404944
Text Example
Text Example
White with #404944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404944; }
p { color: rgb(64,73,68); }
H1.HeaderClassName
{
color: #404944;
}
.AnyTagClassName
{
color: #404944;
}
</style>
background-color css
<style>
a { background-color: #404944; }
a { background-color: rgb(64,73,68); }
div.DivClassName
{
background-color: #404944;
}
.BgClassName
{
background-color: #404944;
}
</style>
border-color css
<style>
span { border-color: #404944; }
span { border-color: rgb(64,73,68); }
td.TdClassName
{
border-color: #404944;
}
.TagClassName
{
border-color: #404944;
}
</style>