Shades of Cactus #547451
Tints of Cactus #547451
RGB
CMYK
RGB Variations
Color information
#547451 (or 0x547451) is known color: Cactus. HEX triplet: 54, 74 and 51. RGB value is (84,116,81). Sum of RGB (Red+Green+Blue) = 84+116+81=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #547451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547451 is #AB8BAE. Grayscale: #666666. Windows color (decimal): -11242415 or 5338196. OLE color: 5338196.
HSL color Cylindrical-coordinate representation of color #547451: hue angle of 114.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #547451 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 81 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.55 |
| HSL | 114.86º | 0.18% | 0.39% | - |
| HSV(B) | 114.86º | 0.3% | 0.45% | - |
| XYZ | 11.39 | 14.97 | 10.07 | - |
| YUV | 102.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 81 | 0.28 | 0 | 0.30 | 0.55 | 114.86 | 0.18 | 0.39 |
| Hex | 54 | 74 | 51 | 1C | 0 | 1E | 37 | 73 | 12 | 27 |
| Octal | 124 | 164 | 121 | 34 | 0 | 36 | 67 | 163 | 22 | 47 |
| Binary | 1010100 | 1110100 | 1010001 | 11100 | 0 | 11110 | 110111 | 1110011 | 10010 | 100111 |
Color Harmonies of #547451
Complementary color
Monochromatic Colors of #547451
Black with #547451
Text Example
Text Example
White with #547451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547451; }
p { color: rgb(84,116,81); }
H1.HeaderClassName
{
color: #547451;
}
.AnyTagClassName
{
color: #547451;
}
</style>
background-color css
<style>
a { background-color: #547451; }
a { background-color: rgb(84,116,81); }
div.DivClassName
{
background-color: #547451;
}
.BgClassName
{
background-color: #547451;
}
</style>
border-color css
<style>
span { border-color: #547451; }
span { border-color: rgb(84,116,81); }
td.TdClassName
{
border-color: #547451;
}
.TagClassName
{
border-color: #547451;
}
</style>