Shades of Plantation #405B4F
Tints of Plantation #405B4F
RGB
CMYK
RGB Variations
Color information
#405B4F (or 0x405B4F) is known color: Plantation. HEX triplet: 40, 5B and 4F. RGB value is (64,91,79). Sum of RGB (Red+Green+Blue) = 64+91+79=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #405B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B4F is #BFA4B0. Grayscale: #515151. Windows color (decimal): -12559537 or 5200704. OLE color: 5200704.
HSL color Cylindrical-coordinate representation of color #405B4F: hue angle of 153.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B4F is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 79 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.64 |
| HSL | 153.33º | 0.17% | 0.3% | - |
| HSV(B) | 153.33º | 0.3% | 0.36% | - |
| XYZ | 7.27 | 9.14 | 8.78 | - |
| YUV | 81.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 79 | 0.30 | 0 | 0.13 | 0.64 | 153.33 | 0.17 | 0.3 |
| Hex | 40 | 5B | 4F | 1E | 0 | D | 40 | 99 | 11 | 1E |
| Octal | 100 | 133 | 117 | 36 | 0 | 15 | 100 | 231 | 21 | 36 |
| Binary | 1000000 | 1011011 | 1001111 | 11110 | 0 | 1101 | 1000000 | 10011001 | 10001 | 11110 |
Color Harmonies of #405B4F
Complementary color
Monochromatic Colors of #405B4F
Black with #405B4F
Text Example
Text Example
White with #405B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B4F; }
p { color: rgb(64,91,79); }
H1.HeaderClassName
{
color: #405B4F;
}
.AnyTagClassName
{
color: #405B4F;
}
</style>
background-color css
<style>
a { background-color: #405B4F; }
a { background-color: rgb(64,91,79); }
div.DivClassName
{
background-color: #405B4F;
}
.BgClassName
{
background-color: #405B4F;
}
</style>
border-color css
<style>
span { border-color: #405B4F; }
span { border-color: rgb(64,91,79); }
td.TdClassName
{
border-color: #405B4F;
}
.TagClassName
{
border-color: #405B4F;
}
</style>