Shades of Cactus #54704C
Tints of Cactus #54704C
RGB
CMYK
RGB Variations
Color information
#54704C (or 0x54704C) is known color: Cactus. HEX triplet: 54, 70 and 4C. RGB value is (84,112,76). Sum of RGB (Red+Green+Blue) = 84+112+76=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #54704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54704C is #AB8FB3. Grayscale: #636363. Windows color (decimal): -11243444 or 5009492. OLE color: 5009492.
HSL color Cylindrical-coordinate representation of color #54704C: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54704C is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 76 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.56 |
| HSL | 106.67º | 0.19% | 0.37% | - |
| HSV(B) | 106.67º | 0.32% | 0.44% | - |
| XYZ | 10.75 | 13.99 | 8.97 | - |
| YUV | 99.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 76 | 0.25 | 0 | 0.32 | 0.56 | 106.67 | 0.19 | 0.37 |
| Hex | 54 | 70 | 4C | 19 | 0 | 20 | 38 | 6B | 13 | 25 |
| Octal | 124 | 160 | 114 | 31 | 0 | 40 | 70 | 153 | 23 | 45 |
| Binary | 1010100 | 1110000 | 1001100 | 11001 | 0 | 100000 | 111000 | 1101011 | 10011 | 100101 |
Color Harmonies of #54704C
Complementary color
Monochromatic Colors of #54704C
Black with #54704C
Text Example
Text Example
White with #54704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54704C; }
p { color: rgb(84,112,76); }
H1.HeaderClassName
{
color: #54704C;
}
.AnyTagClassName
{
color: #54704C;
}
</style>
background-color css
<style>
a { background-color: #54704C; }
a { background-color: rgb(84,112,76); }
div.DivClassName
{
background-color: #54704C;
}
.BgClassName
{
background-color: #54704C;
}
</style>
border-color css
<style>
span { border-color: #54704C; }
span { border-color: rgb(84,112,76); }
td.TdClassName
{
border-color: #54704C;
}
.TagClassName
{
border-color: #54704C;
}
</style>