Shades of Cactus #547150
Tints of Cactus #547150
RGB
CMYK
RGB Variations
Color information
#547150 (or 0x547150) is known color: Cactus. HEX triplet: 54, 71 and 50. RGB value is (84,113,80). Sum of RGB (Red+Green+Blue) = 84+113+80=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #547150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547150 is #AB8EAF. Grayscale: #646464. Windows color (decimal): -11243184 or 5271892. OLE color: 5271892.
HSL color Cylindrical-coordinate representation of color #547150: hue angle of 112.73º 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 #547150 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 80 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.56 |
| HSL | 112.73º | 0.17% | 0.38% | - |
| HSV(B) | 112.73º | 0.29% | 0.44% | - |
| XYZ | 11.01 | 14.27 | 9.76 | - |
| YUV | 100.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 80 | 0.26 | 0 | 0.29 | 0.56 | 112.73 | 0.17 | 0.38 |
| Hex | 54 | 71 | 50 | 1A | 0 | 1D | 38 | 71 | 11 | 26 |
| Octal | 124 | 161 | 120 | 32 | 0 | 35 | 70 | 161 | 21 | 46 |
| Binary | 1010100 | 1110001 | 1010000 | 11010 | 0 | 11101 | 111000 | 1110001 | 10001 | 100110 |
Color Harmonies of #547150
Complementary color
Monochromatic Colors of #547150
Black with #547150
Text Example
Text Example
White with #547150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547150; }
p { color: rgb(84,113,80); }
H1.HeaderClassName
{
color: #547150;
}
.AnyTagClassName
{
color: #547150;
}
</style>
background-color css
<style>
a { background-color: #547150; }
a { background-color: rgb(84,113,80); }
div.DivClassName
{
background-color: #547150;
}
.BgClassName
{
background-color: #547150;
}
</style>
border-color css
<style>
span { border-color: #547150; }
span { border-color: rgb(84,113,80); }
td.TdClassName
{
border-color: #547150;
}
.TagClassName
{
border-color: #547150;
}
</style>