Shades of Plantation #43554C
Tints of Plantation #43554C
RGB
CMYK
RGB Variations
Color information
#43554C (or 0x43554C) is known color: Plantation. HEX triplet: 43, 55 and 4C. RGB value is (67,85,76). Sum of RGB (Red+Green+Blue) = 67+85+76=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #43554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43554C is #BCAAB3. Grayscale: #4E4E4E. Windows color (decimal): -12364468 or 5002563. OLE color: 5002563.
HSL color Cylindrical-coordinate representation of color #43554C: hue angle of 150º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43554C is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 76 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.67 |
| HSL | 150º | 0.12% | 0.3% | - |
| HSV(B) | 150º | 0.21% | 0.33% | - |
| XYZ | 6.87 | 8.21 | 8.06 | - |
| YUV | 78.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 76 | 0.21 | 0 | 0.11 | 0.67 | 150 | 0.12 | 0.3 |
| Hex | 43 | 55 | 4C | 15 | 0 | B | 43 | 96 | C | 1E |
| Octal | 103 | 125 | 114 | 25 | 0 | 13 | 103 | 226 | 14 | 36 |
| Binary | 1000011 | 1010101 | 1001100 | 10101 | 0 | 1011 | 1000011 | 10010110 | 1100 | 11110 |
Color Harmonies of #43554C
Complementary color
Monochromatic Colors of #43554C
Black with #43554C
Text Example
Text Example
White with #43554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43554C; }
p { color: rgb(67,85,76); }
H1.HeaderClassName
{
color: #43554C;
}
.AnyTagClassName
{
color: #43554C;
}
</style>
background-color css
<style>
a { background-color: #43554C; }
a { background-color: rgb(67,85,76); }
div.DivClassName
{
background-color: #43554C;
}
.BgClassName
{
background-color: #43554C;
}
</style>
border-color css
<style>
span { border-color: #43554C; }
span { border-color: rgb(67,85,76); }
td.TdClassName
{
border-color: #43554C;
}
.TagClassName
{
border-color: #43554C;
}
</style>