Shades of Cactus #546D52
Tints of Cactus #546D52
RGB
CMYK
RGB Variations
Color information
#546D52 (or 0x546D52) is known color: Cactus. HEX triplet: 54, 6D and 52. RGB value is (84,109,82). Sum of RGB (Red+Green+Blue) = 84+109+82=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #546D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D52 is #AB92AD. Grayscale: #626262. Windows color (decimal): -11244206 or 5401940. OLE color: 5401940.
HSL color Cylindrical-coordinate representation of color #546D52: hue angle of 115.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #546D52 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 82 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.57 |
| HSL | 115.56º | 0.14% | 0.37% | - |
| HSV(B) | 115.56º | 0.25% | 0.43% | - |
| XYZ | 10.65 | 13.43 | 10.01 | - |
| YUV | 98.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 82 | 0.23 | 0 | 0.25 | 0.57 | 115.56 | 0.14 | 0.37 |
| Hex | 54 | 6D | 52 | 17 | 0 | 19 | 39 | 74 | E | 25 |
| Octal | 124 | 155 | 122 | 27 | 0 | 31 | 71 | 164 | 16 | 45 |
| Binary | 1010100 | 1101101 | 1010010 | 10111 | 0 | 11001 | 111001 | 1110100 | 1110 | 100101 |
Color Harmonies of #546D52
Complementary color
Monochromatic Colors of #546D52
Black with #546D52
Text Example
Text Example
White with #546D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D52; }
p { color: rgb(84,109,82); }
H1.HeaderClassName
{
color: #546D52;
}
.AnyTagClassName
{
color: #546D52;
}
</style>
background-color css
<style>
a { background-color: #546D52; }
a { background-color: rgb(84,109,82); }
div.DivClassName
{
background-color: #546D52;
}
.BgClassName
{
background-color: #546D52;
}
</style>
border-color css
<style>
span { border-color: #546D52; }
span { border-color: rgb(84,109,82); }
td.TdClassName
{
border-color: #546D52;
}
.TagClassName
{
border-color: #546D52;
}
</style>