Shades of Plantation #43514B
Tints of Plantation #43514B
RGB
CMYK
RGB Variations
Color information
#43514B (or 0x43514B) is known color: Plantation. HEX triplet: 43, 51 and 4B. RGB value is (67,81,75). Sum of RGB (Red+Green+Blue) = 67+81+75=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #43514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43514B is #BCAEB4. Grayscale: #4C4C4C. Windows color (decimal): -12365493 or 4936003. OLE color: 4936003.
HSL color Cylindrical-coordinate representation of color #43514B: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #43514B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 81 | 75 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.68 |
| HSL | 154.29º | 0.09% | 0.29% | - |
| HSV(B) | 154.29º | 0.17% | 0.32% | - |
| XYZ | 6.53 | 7.59 | 7.78 | - |
| YUV | 76.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 75 | 0.17 | 0 | 0.07 | 0.68 | 154.29 | 0.09 | 0.29 |
| Hex | 43 | 51 | 4B | 11 | 0 | 7 | 44 | 9A | 9 | 1D |
| Octal | 103 | 121 | 113 | 21 | 0 | 7 | 104 | 232 | 11 | 35 |
| Binary | 1000011 | 1010001 | 1001011 | 10001 | 0 | 111 | 1000100 | 10011010 | 1001 | 11101 |
Color Harmonies of #43514B
Complementary color
Monochromatic Colors of #43514B
Black with #43514B
Text Example
Text Example
White with #43514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43514B; }
p { color: rgb(67,81,75); }
H1.HeaderClassName
{
color: #43514B;
}
.AnyTagClassName
{
color: #43514B;
}
</style>
background-color css
<style>
a { background-color: #43514B; }
a { background-color: rgb(67,81,75); }
div.DivClassName
{
background-color: #43514B;
}
.BgClassName
{
background-color: #43514B;
}
</style>
border-color css
<style>
span { border-color: #43514B; }
span { border-color: rgb(67,81,75); }
td.TdClassName
{
border-color: #43514B;
}
.TagClassName
{
border-color: #43514B;
}
</style>