Shades of Plantation #404C45
Tints of Plantation #404C45
RGB
CMYK
RGB Variations
Color information
#404C45 (or 0x404C45) is known color: Plantation. HEX triplet: 40, 4C and 45. RGB value is (64,76,69). Sum of RGB (Red+Green+Blue) = 64+76+69=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #404C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C45 is #BFB3BA. Grayscale: #474747. Windows color (decimal): -12563387 or 4541504. OLE color: 4541504.
HSL color Cylindrical-coordinate representation of color #404C45: hue angle of 145º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C45 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 69 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.70 |
| HSL | 145º | 0.09% | 0.27% | - |
| HSV(B) | 145º | 0.16% | 0.3% | - |
| XYZ | 5.77 | 6.69 | 6.62 | - |
| YUV | 71.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 69 | 0.16 | 0 | 0.09 | 0.70 | 145 | 0.09 | 0.27 |
| Hex | 40 | 4C | 45 | 10 | 0 | 9 | 46 | 91 | 9 | 1B |
| Octal | 100 | 114 | 105 | 20 | 0 | 11 | 106 | 221 | 11 | 33 |
| Binary | 1000000 | 1001100 | 1000101 | 10000 | 0 | 1001 | 1000110 | 10010001 | 1001 | 11011 |
Color Harmonies of #404C45
Complementary color
Monochromatic Colors of #404C45
Black with #404C45
Text Example
Text Example
White with #404C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C45; }
p { color: rgb(64,76,69); }
H1.HeaderClassName
{
color: #404C45;
}
.AnyTagClassName
{
color: #404C45;
}
</style>
background-color css
<style>
a { background-color: #404C45; }
a { background-color: rgb(64,76,69); }
div.DivClassName
{
background-color: #404C45;
}
.BgClassName
{
background-color: #404C45;
}
</style>
border-color css
<style>
span { border-color: #404C45; }
span { border-color: rgb(64,76,69); }
td.TdClassName
{
border-color: #404C45;
}
.TagClassName
{
border-color: #404C45;
}
</style>