Shades of Cactus #547B51
Tints of Cactus #547B51
RGB
CMYK
RGB Variations
Color information
#547B51 (or 0x547B51) is known color: Cactus. HEX triplet: 54, 7B and 51. RGB value is (84,123,81). Sum of RGB (Red+Green+Blue) = 84+123+81=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #547B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B51 is #AB84AE. Grayscale: #6A6A6A. Windows color (decimal): -11240623 or 5339988. OLE color: 5339988.
HSL color Cylindrical-coordinate representation of color #547B51: hue angle of 115.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547B51 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 81 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.52 |
| HSL | 115.71º | 0.21% | 0.4% | - |
| HSV(B) | 115.71º | 0.34% | 0.48% | - |
| XYZ | 12.22 | 16.64 | 10.35 | - |
| YUV | 106.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 81 | 0.32 | 0 | 0.34 | 0.52 | 115.71 | 0.21 | 0.4 |
| Hex | 54 | 7B | 51 | 20 | 0 | 22 | 34 | 74 | 15 | 28 |
| Octal | 124 | 173 | 121 | 40 | 0 | 42 | 64 | 164 | 25 | 50 |
| Binary | 1010100 | 1111011 | 1010001 | 100000 | 0 | 100010 | 110100 | 1110100 | 10101 | 101000 |
Color Harmonies of #547B51
Complementary color
Monochromatic Colors of #547B51
Black with #547B51
Text Example
Text Example
White with #547B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B51; }
p { color: rgb(84,123,81); }
H1.HeaderClassName
{
color: #547B51;
}
.AnyTagClassName
{
color: #547B51;
}
</style>
background-color css
<style>
a { background-color: #547B51; }
a { background-color: rgb(84,123,81); }
div.DivClassName
{
background-color: #547B51;
}
.BgClassName
{
background-color: #547B51;
}
</style>
border-color css
<style>
span { border-color: #547B51; }
span { border-color: rgb(84,123,81); }
td.TdClassName
{
border-color: #547B51;
}
.TagClassName
{
border-color: #547B51;
}
</style>