Shades of Cactus #547852
Tints of Cactus #547852
RGB
CMYK
RGB Variations
Color information
#547852 (or 0x547852) is known color: Cactus. HEX triplet: 54, 78 and 52. RGB value is (84,120,82). Sum of RGB (Red+Green+Blue) = 84+120+82=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #547852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547852 is #AB87AD. Grayscale: #696969. Windows color (decimal): -11241390 or 5404756. OLE color: 5404756.
HSL color Cylindrical-coordinate representation of color #547852: hue angle of 116.84º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547852 is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 120 | 82 | - |
| CMYK | 0.3 | 0 | 0.32 | 0.53 |
| HSL | 116.84º | 0.19% | 0.4% | - |
| HSV(B) | 116.84º | 0.32% | 0.47% | - |
| XYZ | 11.9 | 15.93 | 10.43 | - |
| YUV | 104.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 82 | 0.3 | 0 | 0.32 | 0.53 | 116.84 | 0.19 | 0.4 |
| Hex | 54 | 78 | 52 | 1E | 0 | 20 | 35 | 75 | 13 | 28 |
| Octal | 124 | 170 | 122 | 36 | 0 | 40 | 65 | 165 | 23 | 50 |
| Binary | 1010100 | 1111000 | 1010010 | 11110 | 0 | 100000 | 110101 | 1110101 | 10011 | 101000 |
Color Harmonies of #547852
Complementary color
Monochromatic Colors of #547852
Black with #547852
Text Example
Text Example
White with #547852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547852; }
p { color: rgb(84,120,82); }
H1.HeaderClassName
{
color: #547852;
}
.AnyTagClassName
{
color: #547852;
}
</style>
background-color css
<style>
a { background-color: #547852; }
a { background-color: rgb(84,120,82); }
div.DivClassName
{
background-color: #547852;
}
.BgClassName
{
background-color: #547852;
}
</style>
border-color css
<style>
span { border-color: #547852; }
span { border-color: rgb(84,120,82); }
td.TdClassName
{
border-color: #547852;
}
.TagClassName
{
border-color: #547852;
}
</style>