Shades of Plantation #43534A
Tints of Plantation #43534A
RGB
CMYK
RGB Variations
Color information
#43534A (or 0x43534A) is known color: Plantation. HEX triplet: 43, 53 and 4A. RGB value is (67,83,74). Sum of RGB (Red+Green+Blue) = 67+83+74=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #43534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43534A is #BCACB5. Grayscale: #4D4D4D. Windows color (decimal): -12364982 or 4870979. OLE color: 4870979.
HSL color Cylindrical-coordinate representation of color #43534A: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #43534A is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 83 | 74 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.67 |
| HSL | 146.25º | 0.11% | 0.29% | - |
| HSV(B) | 146.25º | 0.19% | 0.33% | - |
| XYZ | 6.64 | 7.87 | 7.65 | - |
| YUV | 77.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 74 | 0.19 | 0 | 0.11 | 0.67 | 146.25 | 0.11 | 0.29 |
| Hex | 43 | 53 | 4A | 13 | 0 | B | 43 | 92 | B | 1D |
| Octal | 103 | 123 | 112 | 23 | 0 | 13 | 103 | 222 | 13 | 35 |
| Binary | 1000011 | 1010011 | 1001010 | 10011 | 0 | 1011 | 1000011 | 10010010 | 1011 | 11101 |
Color Harmonies of #43534A
Complementary color
Monochromatic Colors of #43534A
Black with #43534A
Text Example
Text Example
White with #43534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43534A; }
p { color: rgb(67,83,74); }
H1.HeaderClassName
{
color: #43534A;
}
.AnyTagClassName
{
color: #43534A;
}
</style>
background-color css
<style>
a { background-color: #43534A; }
a { background-color: rgb(67,83,74); }
div.DivClassName
{
background-color: #43534A;
}
.BgClassName
{
background-color: #43534A;
}
</style>
border-color css
<style>
span { border-color: #43534A; }
span { border-color: rgb(67,83,74); }
td.TdClassName
{
border-color: #43534A;
}
.TagClassName
{
border-color: #43534A;
}
</style>