Shades of Plantation #405F4D
Tints of Plantation #405F4D
RGB
CMYK
RGB Variations
Color information
#405F4D (or 0x405F4D) is known color: Plantation. HEX triplet: 40, 5F and 4D. RGB value is (64,95,77). Sum of RGB (Red+Green+Blue) = 64+95+77=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #405F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F4D is #BFA0B2. Grayscale: #535353. Windows color (decimal): -12558515 or 5070656. OLE color: 5070656.
HSL color Cylindrical-coordinate representation of color #405F4D: hue angle of 145.16º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405F4D is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 77 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.63 |
| HSL | 145.16º | 0.19% | 0.31% | - |
| HSV(B) | 145.16º | 0.33% | 0.37% | - |
| XYZ | 7.55 | 9.81 | 8.52 | - |
| YUV | 83.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 77 | 0.33 | 0 | 0.19 | 0.63 | 145.16 | 0.19 | 0.31 |
| Hex | 40 | 5F | 4D | 21 | 0 | 13 | 3F | 91 | 13 | 1F |
| Octal | 100 | 137 | 115 | 41 | 0 | 23 | 77 | 221 | 23 | 37 |
| Binary | 1000000 | 1011111 | 1001101 | 100001 | 0 | 10011 | 111111 | 10010001 | 10011 | 11111 |
Color Harmonies of #405F4D
Complementary color
Monochromatic Colors of #405F4D
Black with #405F4D
Text Example
Text Example
White with #405F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F4D; }
p { color: rgb(64,95,77); }
H1.HeaderClassName
{
color: #405F4D;
}
.AnyTagClassName
{
color: #405F4D;
}
</style>
background-color css
<style>
a { background-color: #405F4D; }
a { background-color: rgb(64,95,77); }
div.DivClassName
{
background-color: #405F4D;
}
.BgClassName
{
background-color: #405F4D;
}
</style>
border-color css
<style>
span { border-color: #405F4D; }
span { border-color: rgb(64,95,77); }
td.TdClassName
{
border-color: #405F4D;
}
.TagClassName
{
border-color: #405F4D;
}
</style>