Shades of Plantation #43564B
Tints of Plantation #43564B
RGB
CMYK
RGB Variations
Color information
#43564B (or 0x43564B) is known color: Plantation. HEX triplet: 43, 56 and 4B. RGB value is (67,86,75). Sum of RGB (Red+Green+Blue) = 67+86+75=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #43564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43564B is #BCA9B4. Grayscale: #4F4F4F. Windows color (decimal): -12364213 or 4937283. OLE color: 4937283.
HSL color Cylindrical-coordinate representation of color #43564B: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #43564B is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 86 | 75 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.66 |
| HSL | 145.26º | 0.12% | 0.3% | - |
| HSV(B) | 145.26º | 0.22% | 0.34% | - |
| XYZ | 6.91 | 8.36 | 7.91 | - |
| YUV | 79.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 75 | 0.22 | 0 | 0.13 | 0.66 | 145.26 | 0.12 | 0.3 |
| Hex | 43 | 56 | 4B | 16 | 0 | D | 42 | 91 | C | 1E |
| Octal | 103 | 126 | 113 | 26 | 0 | 15 | 102 | 221 | 14 | 36 |
| Binary | 1000011 | 1010110 | 1001011 | 10110 | 0 | 1101 | 1000010 | 10010001 | 1100 | 11110 |
Color Harmonies of #43564B
Complementary color
Monochromatic Colors of #43564B
Black with #43564B
Text Example
Text Example
White with #43564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43564B; }
p { color: rgb(67,86,75); }
H1.HeaderClassName
{
color: #43564B;
}
.AnyTagClassName
{
color: #43564B;
}
</style>
background-color css
<style>
a { background-color: #43564B; }
a { background-color: rgb(67,86,75); }
div.DivClassName
{
background-color: #43564B;
}
.BgClassName
{
background-color: #43564B;
}
</style>
border-color css
<style>
span { border-color: #43564B; }
span { border-color: rgb(67,86,75); }
td.TdClassName
{
border-color: #43564B;
}
.TagClassName
{
border-color: #43564B;
}
</style>