Shades of Cactus #547352
Tints of Cactus #547352
RGB
CMYK
RGB Variations
Color information
#547352 (or 0x547352) is known color: Cactus. HEX triplet: 54, 73 and 52. RGB value is (84,115,82). Sum of RGB (Red+Green+Blue) = 84+115+82=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #547352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547352 is #AB8CAD. Grayscale: #666666. Windows color (decimal): -11242670 or 5403476. OLE color: 5403476.
HSL color Cylindrical-coordinate representation of color #547352: hue angle of 116.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #547352 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 115 | 82 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.55 |
| HSL | 116.36º | 0.17% | 0.39% | - |
| HSV(B) | 116.36º | 0.29% | 0.45% | - |
| XYZ | 11.31 | 14.76 | 10.23 | - |
| YUV | 101.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 82 | 0.27 | 0 | 0.29 | 0.55 | 116.36 | 0.17 | 0.39 |
| Hex | 54 | 73 | 52 | 1B | 0 | 1D | 37 | 74 | 11 | 27 |
| Octal | 124 | 163 | 122 | 33 | 0 | 35 | 67 | 164 | 21 | 47 |
| Binary | 1010100 | 1110011 | 1010010 | 11011 | 0 | 11101 | 110111 | 1110100 | 10001 | 100111 |
Color Harmonies of #547352
Complementary color
Monochromatic Colors of #547352
Black with #547352
Text Example
Text Example
White with #547352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547352; }
p { color: rgb(84,115,82); }
H1.HeaderClassName
{
color: #547352;
}
.AnyTagClassName
{
color: #547352;
}
</style>
background-color css
<style>
a { background-color: #547352; }
a { background-color: rgb(84,115,82); }
div.DivClassName
{
background-color: #547352;
}
.BgClassName
{
background-color: #547352;
}
</style>
border-color css
<style>
span { border-color: #547352; }
span { border-color: rgb(84,115,82); }
td.TdClassName
{
border-color: #547352;
}
.TagClassName
{
border-color: #547352;
}
</style>