Shades of Plantation #405A49
Tints of Plantation #405A49
RGB
CMYK
RGB Variations
Color information
#405A49 (or 0x405A49) is known color: Plantation. HEX triplet: 40, 5A and 49. RGB value is (64,90,73). Sum of RGB (Red+Green+Blue) = 64+90+73=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #405A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A49 is #BFA5B6. Grayscale: #505050. Windows color (decimal): -12559799 or 4807232. OLE color: 4807232.
HSL color Cylindrical-coordinate representation of color #405A49: hue angle of 140.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A49 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 73 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.65 |
| HSL | 140.77º | 0.17% | 0.3% | - |
| HSV(B) | 140.77º | 0.29% | 0.35% | - |
| XYZ | 6.97 | 8.88 | 7.65 | - |
| YUV | 80.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 73 | 0.29 | 0 | 0.19 | 0.65 | 140.77 | 0.17 | 0.3 |
| Hex | 40 | 5A | 49 | 1D | 0 | 13 | 41 | 8D | 11 | 1E |
| Octal | 100 | 132 | 111 | 35 | 0 | 23 | 101 | 215 | 21 | 36 |
| Binary | 1000000 | 1011010 | 1001001 | 11101 | 0 | 10011 | 1000001 | 10001101 | 10001 | 11110 |
Color Harmonies of #405A49
Complementary color
Monochromatic Colors of #405A49
Black with #405A49
Text Example
Text Example
White with #405A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A49; }
p { color: rgb(64,90,73); }
H1.HeaderClassName
{
color: #405A49;
}
.AnyTagClassName
{
color: #405A49;
}
</style>
background-color css
<style>
a { background-color: #405A49; }
a { background-color: rgb(64,90,73); }
div.DivClassName
{
background-color: #405A49;
}
.BgClassName
{
background-color: #405A49;
}
</style>
border-color css
<style>
span { border-color: #405A49; }
span { border-color: rgb(64,90,73); }
td.TdClassName
{
border-color: #405A49;
}
.TagClassName
{
border-color: #405A49;
}
</style>