Shades of Cactus #547050
Tints of Cactus #547050
RGB
CMYK
RGB Variations
Color information
#547050 (or 0x547050) is known color: Cactus. HEX triplet: 54, 70 and 50. RGB value is (84,112,80). Sum of RGB (Red+Green+Blue) = 84+112+80=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #547050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547050 is #AB8FAF. Grayscale: #646464. Windows color (decimal): -11243440 or 5271636. OLE color: 5271636.
HSL color Cylindrical-coordinate representation of color #547050: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #547050 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 80 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.56 |
| HSL | 112.5º | 0.17% | 0.38% | - |
| HSV(B) | 112.5º | 0.29% | 0.44% | - |
| XYZ | 10.9 | 14.05 | 9.73 | - |
| YUV | 99.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 80 | 0.25 | 0 | 0.29 | 0.56 | 112.5 | 0.17 | 0.38 |
| Hex | 54 | 70 | 50 | 19 | 0 | 1D | 38 | 70 | 11 | 26 |
| Octal | 124 | 160 | 120 | 31 | 0 | 35 | 70 | 160 | 21 | 46 |
| Binary | 1010100 | 1110000 | 1010000 | 11001 | 0 | 11101 | 111000 | 1110000 | 10001 | 100110 |
Color Harmonies of #547050
Complementary color
Monochromatic Colors of #547050
Black with #547050
Text Example
Text Example
White with #547050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547050; }
p { color: rgb(84,112,80); }
H1.HeaderClassName
{
color: #547050;
}
.AnyTagClassName
{
color: #547050;
}
</style>
background-color css
<style>
a { background-color: #547050; }
a { background-color: rgb(84,112,80); }
div.DivClassName
{
background-color: #547050;
}
.BgClassName
{
background-color: #547050;
}
</style>
border-color css
<style>
span { border-color: #547050; }
span { border-color: rgb(84,112,80); }
td.TdClassName
{
border-color: #547050;
}
.TagClassName
{
border-color: #547050;
}
</style>