Shades of Plantation #40574B
Tints of Plantation #40574B
RGB
CMYK
RGB Variations
Color information
#40574B (or 0x40574B) is known color: Plantation. HEX triplet: 40, 57 and 4B. RGB value is (64,87,75). Sum of RGB (Red+Green+Blue) = 64+87+75=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #40574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40574B is #BFA8B4. Grayscale: #4E4E4E. Windows color (decimal): -12560565 or 4937536. OLE color: 4937536.
HSL color Cylindrical-coordinate representation of color #40574B: hue angle of 148.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40574B is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 87 | 75 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.66 |
| HSL | 148.7º | 0.15% | 0.3% | - |
| HSV(B) | 148.7º | 0.26% | 0.34% | - |
| XYZ | 6.79 | 8.41 | 7.92 | - |
| YUV | 78.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 75 | 0.26 | 0 | 0.14 | 0.66 | 148.7 | 0.15 | 0.3 |
| Hex | 40 | 57 | 4B | 1A | 0 | E | 42 | 95 | F | 1E |
| Octal | 100 | 127 | 113 | 32 | 0 | 16 | 102 | 225 | 17 | 36 |
| Binary | 1000000 | 1010111 | 1001011 | 11010 | 0 | 1110 | 1000010 | 10010101 | 1111 | 11110 |
Color Harmonies of #40574B
Complementary color
Monochromatic Colors of #40574B
Black with #40574B
Text Example
Text Example
White with #40574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40574B; }
p { color: rgb(64,87,75); }
H1.HeaderClassName
{
color: #40574B;
}
.AnyTagClassName
{
color: #40574B;
}
</style>
background-color css
<style>
a { background-color: #40574B; }
a { background-color: rgb(64,87,75); }
div.DivClassName
{
background-color: #40574B;
}
.BgClassName
{
background-color: #40574B;
}
</style>
border-color css
<style>
span { border-color: #40574B; }
span { border-color: rgb(64,87,75); }
td.TdClassName
{
border-color: #40574B;
}
.TagClassName
{
border-color: #40574B;
}
</style>