Shades of Cactus #54704B
Tints of Cactus #54704B
RGB
CMYK
RGB Variations
Color information
#54704B (or 0x54704B) is known color: Cactus. HEX triplet: 54, 70 and 4B. RGB value is (84,112,75). Sum of RGB (Red+Green+Blue) = 84+112+75=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #54704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54704B is #AB8FB4. Grayscale: #636363. Windows color (decimal): -11243445 or 4943956. OLE color: 4943956.
HSL color Cylindrical-coordinate representation of color #54704B: hue angle of 105.41º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54704B is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 75 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.56 |
| HSL | 105.41º | 0.2% | 0.37% | - |
| HSV(B) | 105.41º | 0.33% | 0.44% | - |
| XYZ | 10.72 | 13.98 | 8.79 | - |
| YUV | 99.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 75 | 0.25 | 0 | 0.33 | 0.56 | 105.41 | 0.2 | 0.37 |
| Hex | 54 | 70 | 4B | 19 | 0 | 21 | 38 | 69 | 14 | 25 |
| Octal | 124 | 160 | 113 | 31 | 0 | 41 | 70 | 151 | 24 | 45 |
| Binary | 1010100 | 1110000 | 1001011 | 11001 | 0 | 100001 | 111000 | 1101001 | 10100 | 100101 |
Color Harmonies of #54704B
Complementary color
Monochromatic Colors of #54704B
Black with #54704B
Text Example
Text Example
White with #54704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54704B; }
p { color: rgb(84,112,75); }
H1.HeaderClassName
{
color: #54704B;
}
.AnyTagClassName
{
color: #54704B;
}
</style>
background-color css
<style>
a { background-color: #54704B; }
a { background-color: rgb(84,112,75); }
div.DivClassName
{
background-color: #54704B;
}
.BgClassName
{
background-color: #54704B;
}
</style>
border-color css
<style>
span { border-color: #54704B; }
span { border-color: rgb(84,112,75); }
td.TdClassName
{
border-color: #54704B;
}
.TagClassName
{
border-color: #54704B;
}
</style>