Shades of Plantation #43594D
Tints of Plantation #43594D
RGB
CMYK
RGB Variations
Color information
#43594D (or 0x43594D) is known color: Plantation. HEX triplet: 43, 59 and 4D. RGB value is (67,89,77). Sum of RGB (Red+Green+Blue) = 67+89+77=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #43594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43594D is #BCA6B2. Grayscale: #515151. Windows color (decimal): -12363443 or 5069123. OLE color: 5069123.
HSL color Cylindrical-coordinate representation of color #43594D: hue angle of 147.27º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #43594D is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 89 | 77 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.65 |
| HSL | 147.27º | 0.14% | 0.31% | - |
| HSV(B) | 147.27º | 0.25% | 0.35% | - |
| XYZ | 7.23 | 8.87 | 8.35 | - |
| YUV | 81.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 77 | 0.25 | 0 | 0.13 | 0.65 | 147.27 | 0.14 | 0.31 |
| Hex | 43 | 59 | 4D | 19 | 0 | D | 41 | 93 | E | 1F |
| Octal | 103 | 131 | 115 | 31 | 0 | 15 | 101 | 223 | 16 | 37 |
| Binary | 1000011 | 1011001 | 1001101 | 11001 | 0 | 1101 | 1000001 | 10010011 | 1110 | 11111 |
Color Harmonies of #43594D
Complementary color
Monochromatic Colors of #43594D
Black with #43594D
Text Example
Text Example
White with #43594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43594D; }
p { color: rgb(67,89,77); }
H1.HeaderClassName
{
color: #43594D;
}
.AnyTagClassName
{
color: #43594D;
}
</style>
background-color css
<style>
a { background-color: #43594D; }
a { background-color: rgb(67,89,77); }
div.DivClassName
{
background-color: #43594D;
}
.BgClassName
{
background-color: #43594D;
}
</style>
border-color css
<style>
span { border-color: #43594D; }
span { border-color: rgb(67,89,77); }
td.TdClassName
{
border-color: #43594D;
}
.TagClassName
{
border-color: #43594D;
}
</style>