Shades of Cactus #547151
Tints of Cactus #547151
RGB
CMYK
RGB Variations
Color information
#547151 (or 0x547151) is known color: Cactus. HEX triplet: 54, 71 and 51. RGB value is (84,113,81). Sum of RGB (Red+Green+Blue) = 84+113+81=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #547151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547151 is #AB8EAE. Grayscale: #646464. Windows color (decimal): -11243183 or 5337428. OLE color: 5337428.
HSL color Cylindrical-coordinate representation of color #547151: hue angle of 114.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547151 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 81 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.56 |
| HSL | 114.38º | 0.16% | 0.38% | - |
| HSV(B) | 114.38º | 0.28% | 0.44% | - |
| XYZ | 11.05 | 14.29 | 9.96 | - |
| YUV | 100.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 81 | 0.26 | 0 | 0.28 | 0.56 | 114.38 | 0.16 | 0.38 |
| Hex | 54 | 71 | 51 | 1A | 0 | 1C | 38 | 72 | 10 | 26 |
| Octal | 124 | 161 | 121 | 32 | 0 | 34 | 70 | 162 | 20 | 46 |
| Binary | 1010100 | 1110001 | 1010001 | 11010 | 0 | 11100 | 111000 | 1110010 | 10000 | 100110 |
Color Harmonies of #547151
Complementary color
Monochromatic Colors of #547151
Black with #547151
Text Example
Text Example
White with #547151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547151; }
p { color: rgb(84,113,81); }
H1.HeaderClassName
{
color: #547151;
}
.AnyTagClassName
{
color: #547151;
}
</style>
background-color css
<style>
a { background-color: #547151; }
a { background-color: rgb(84,113,81); }
div.DivClassName
{
background-color: #547151;
}
.BgClassName
{
background-color: #547151;
}
</style>
border-color css
<style>
span { border-color: #547151; }
span { border-color: rgb(84,113,81); }
td.TdClassName
{
border-color: #547151;
}
.TagClassName
{
border-color: #547151;
}
</style>