Shades of Plantation #405148
Tints of Plantation #405148
RGB
CMYK
RGB Variations
Color information
#405148 (or 0x405148) is known color: Plantation. HEX triplet: 40, 51 and 48. RGB value is (64,81,72). Sum of RGB (Red+Green+Blue) = 64+81+72=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #405148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405148 is #BFAEB7. Grayscale: #4A4A4A. Windows color (decimal): -12562104 or 4739392. OLE color: 4739392.
HSL color Cylindrical-coordinate representation of color #405148: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #405148 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 72 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.68 |
| HSL | 148.24º | 0.12% | 0.28% | - |
| HSV(B) | 148.24º | 0.21% | 0.32% | - |
| XYZ | 6.23 | 7.44 | 7.24 | - |
| YUV | 74.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 72 | 0.21 | 0 | 0.11 | 0.68 | 148.24 | 0.12 | 0.28 |
| Hex | 40 | 51 | 48 | 15 | 0 | B | 44 | 94 | C | 1C |
| Octal | 100 | 121 | 110 | 25 | 0 | 13 | 104 | 224 | 14 | 34 |
| Binary | 1000000 | 1010001 | 1001000 | 10101 | 0 | 1011 | 1000100 | 10010100 | 1100 | 11100 |
Color Harmonies of #405148
Complementary color
Monochromatic Colors of #405148
Black with #405148
Text Example
Text Example
White with #405148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405148; }
p { color: rgb(64,81,72); }
H1.HeaderClassName
{
color: #405148;
}
.AnyTagClassName
{
color: #405148;
}
</style>
background-color css
<style>
a { background-color: #405148; }
a { background-color: rgb(64,81,72); }
div.DivClassName
{
background-color: #405148;
}
.BgClassName
{
background-color: #405148;
}
</style>
border-color css
<style>
span { border-color: #405148; }
span { border-color: rgb(64,81,72); }
td.TdClassName
{
border-color: #405148;
}
.TagClassName
{
border-color: #405148;
}
</style>