Shades of Plantation #40644F
Tints of Plantation #40644F
RGB
CMYK
RGB Variations
Color information
#40644F (or 0x40644F) is known color: Plantation. HEX triplet: 40, 64 and 4F. RGB value is (64,100,79). Sum of RGB (Red+Green+Blue) = 64+100+79=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #40644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40644F is #BF9BB0. Grayscale: #565656. Windows color (decimal): -12557233 or 5203008. OLE color: 5203008.
HSL color Cylindrical-coordinate representation of color #40644F: hue angle of 145º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40644F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 79 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.61 |
| HSL | 145º | 0.22% | 0.32% | - |
| HSV(B) | 145º | 0.36% | 0.39% | - |
| XYZ | 8.08 | 10.77 | 9.05 | - |
| YUV | 86.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 79 | 0.36 | 0 | 0.21 | 0.61 | 145 | 0.22 | 0.32 |
| Hex | 40 | 64 | 4F | 24 | 0 | 15 | 3D | 91 | 16 | 20 |
| Octal | 100 | 144 | 117 | 44 | 0 | 25 | 75 | 221 | 26 | 40 |
| Binary | 1000000 | 1100100 | 1001111 | 100100 | 0 | 10101 | 111101 | 10010001 | 10110 | 100000 |
Color Harmonies of #40644F
Complementary color
Monochromatic Colors of #40644F
Black with #40644F
Text Example
Text Example
White with #40644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40644F; }
p { color: rgb(64,100,79); }
H1.HeaderClassName
{
color: #40644F;
}
.AnyTagClassName
{
color: #40644F;
}
</style>
background-color css
<style>
a { background-color: #40644F; }
a { background-color: rgb(64,100,79); }
div.DivClassName
{
background-color: #40644F;
}
.BgClassName
{
background-color: #40644F;
}
</style>
border-color css
<style>
span { border-color: #40644F; }
span { border-color: rgb(64,100,79); }
td.TdClassName
{
border-color: #40644F;
}
.TagClassName
{
border-color: #40644F;
}
</style>