Shades of Cactus #547253
Tints of Cactus #547253
RGB
CMYK
RGB Variations
Color information
#547253 (or 0x547253) is known color: Cactus. HEX triplet: 54, 72 and 53. RGB value is (84,114,83). Sum of RGB (Red+Green+Blue) = 84+114+83=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #547253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547253 is #AB8DAC. Grayscale: #656565. Windows color (decimal): -11242925 or 5468756. OLE color: 5468756.
HSL color Cylindrical-coordinate representation of color #547253: hue angle of 118.06º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #547253 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 114 | 83 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.55 |
| HSL | 118.06º | 0.16% | 0.39% | - |
| HSV(B) | 118.06º | 0.27% | 0.45% | - |
| XYZ | 11.23 | 14.54 | 10.4 | - |
| YUV | 101.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 83 | 0.26 | 0 | 0.27 | 0.55 | 118.06 | 0.16 | 0.39 |
| Hex | 54 | 72 | 53 | 1A | 0 | 1B | 37 | 76 | 10 | 27 |
| Octal | 124 | 162 | 123 | 32 | 0 | 33 | 67 | 166 | 20 | 47 |
| Binary | 1010100 | 1110010 | 1010011 | 11010 | 0 | 11011 | 110111 | 1110110 | 10000 | 100111 |
Color Harmonies of #547253
Complementary color
Monochromatic Colors of #547253
Black with #547253
Text Example
Text Example
White with #547253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547253; }
p { color: rgb(84,114,83); }
H1.HeaderClassName
{
color: #547253;
}
.AnyTagClassName
{
color: #547253;
}
</style>
background-color css
<style>
a { background-color: #547253; }
a { background-color: rgb(84,114,83); }
div.DivClassName
{
background-color: #547253;
}
.BgClassName
{
background-color: #547253;
}
</style>
border-color css
<style>
span { border-color: #547253; }
span { border-color: rgb(84,114,83); }
td.TdClassName
{
border-color: #547253;
}
.TagClassName
{
border-color: #547253;
}
</style>