Shades of Plantation #405248
Tints of Plantation #405248
RGB
CMYK
RGB Variations
Color information
#405248 (or 0x405248) is known color: Plantation. HEX triplet: 40, 52 and 48. RGB value is (64,82,72). Sum of RGB (Red+Green+Blue) = 64+82+72=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #405248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405248 is #BFADB7. Grayscale: #4B4B4B. Windows color (decimal): -12561848 or 4739648. OLE color: 4739648.
HSL color Cylindrical-coordinate representation of color #405248: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405248 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 72 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.68 |
| HSL | 146.67º | 0.12% | 0.29% | - |
| HSV(B) | 146.67º | 0.22% | 0.32% | - |
| XYZ | 6.3 | 7.59 | 7.26 | - |
| YUV | 75.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 72 | 0.22 | 0 | 0.12 | 0.68 | 146.67 | 0.12 | 0.29 |
| Hex | 40 | 52 | 48 | 16 | 0 | C | 44 | 93 | C | 1D |
| Octal | 100 | 122 | 110 | 26 | 0 | 14 | 104 | 223 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1001000 | 10110 | 0 | 1100 | 1000100 | 10010011 | 1100 | 11101 |
Color Harmonies of #405248
Complementary color
Monochromatic Colors of #405248
Black with #405248
Text Example
Text Example
White with #405248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405248; }
p { color: rgb(64,82,72); }
H1.HeaderClassName
{
color: #405248;
}
.AnyTagClassName
{
color: #405248;
}
</style>
background-color css
<style>
a { background-color: #405248; }
a { background-color: rgb(64,82,72); }
div.DivClassName
{
background-color: #405248;
}
.BgClassName
{
background-color: #405248;
}
</style>
border-color css
<style>
span { border-color: #405248; }
span { border-color: rgb(64,82,72); }
td.TdClassName
{
border-color: #405248;
}
.TagClassName
{
border-color: #405248;
}
</style>