Shades of Plantation #405848
Tints of Plantation #405848
RGB
CMYK
RGB Variations
Color information
#405848 (or 0x405848) is known color: Plantation. HEX triplet: 40, 58 and 48. RGB value is (64,88,72). Sum of RGB (Red+Green+Blue) = 64+88+72=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #405848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405848 is #BFA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12560312 or 4741184. OLE color: 4741184.
HSL color Cylindrical-coordinate representation of color #405848: hue angle of 140º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405848 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 72 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.65 |
| HSL | 140º | 0.16% | 0.3% | - |
| HSV(B) | 140º | 0.27% | 0.35% | - |
| XYZ | 6.77 | 8.54 | 7.42 | - |
| YUV | 79 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 72 | 0.27 | 0 | 0.18 | 0.65 | 140 | 0.16 | 0.3 |
| Hex | 40 | 58 | 48 | 1B | 0 | 12 | 41 | 8C | 10 | 1E |
| Octal | 100 | 130 | 110 | 33 | 0 | 22 | 101 | 214 | 20 | 36 |
| Binary | 1000000 | 1011000 | 1001000 | 11011 | 0 | 10010 | 1000001 | 10001100 | 10000 | 11110 |
Color Harmonies of #405848
Complementary color
Monochromatic Colors of #405848
Black with #405848
Text Example
Text Example
White with #405848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405848; }
p { color: rgb(64,88,72); }
H1.HeaderClassName
{
color: #405848;
}
.AnyTagClassName
{
color: #405848;
}
</style>
background-color css
<style>
a { background-color: #405848; }
a { background-color: rgb(64,88,72); }
div.DivClassName
{
background-color: #405848;
}
.BgClassName
{
background-color: #405848;
}
</style>
border-color css
<style>
span { border-color: #405848; }
span { border-color: rgb(64,88,72); }
td.TdClassName
{
border-color: #405848;
}
.TagClassName
{
border-color: #405848;
}
</style>