Shades of Plantation #40554B
Tints of Plantation #40554B
RGB
CMYK
RGB Variations
Color information
#40554B (or 0x40554B) is known color: Plantation. HEX triplet: 40, 55 and 4B. RGB value is (64,85,75). Sum of RGB (Red+Green+Blue) = 64+85+75=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #40554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40554B is #BFAAB4. Grayscale: #4D4D4D. Windows color (decimal): -12561077 or 4937024. OLE color: 4937024.
HSL color Cylindrical-coordinate representation of color #40554B: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #40554B is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 75 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.67 |
| HSL | 151.43º | 0.14% | 0.29% | - |
| HSV(B) | 151.43º | 0.25% | 0.33% | - |
| XYZ | 6.63 | 8.09 | 7.87 | - |
| YUV | 77.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 75 | 0.25 | 0 | 0.12 | 0.67 | 151.43 | 0.14 | 0.29 |
| Hex | 40 | 55 | 4B | 19 | 0 | C | 43 | 97 | E | 1D |
| Octal | 100 | 125 | 113 | 31 | 0 | 14 | 103 | 227 | 16 | 35 |
| Binary | 1000000 | 1010101 | 1001011 | 11001 | 0 | 1100 | 1000011 | 10010111 | 1110 | 11101 |
Color Harmonies of #40554B
Complementary color
Monochromatic Colors of #40554B
Black with #40554B
Text Example
Text Example
White with #40554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40554B; }
p { color: rgb(64,85,75); }
H1.HeaderClassName
{
color: #40554B;
}
.AnyTagClassName
{
color: #40554B;
}
</style>
background-color css
<style>
a { background-color: #40554B; }
a { background-color: rgb(64,85,75); }
div.DivClassName
{
background-color: #40554B;
}
.BgClassName
{
background-color: #40554B;
}
</style>
border-color css
<style>
span { border-color: #40554B; }
span { border-color: rgb(64,85,75); }
td.TdClassName
{
border-color: #40554B;
}
.TagClassName
{
border-color: #40554B;
}
</style>