Shades of Cactus #55724C
Tints of Cactus #55724C
RGB
CMYK
RGB Variations
Color information
#55724C (or 0x55724C) is known color: Cactus. HEX triplet: 55, 72 and 4C. RGB value is (85,114,76). Sum of RGB (Red+Green+Blue) = 85+114+76=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #55724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55724C is #AA8DB3. Grayscale: #656565. Windows color (decimal): -11177396 or 5010005. OLE color: 5010005.
HSL color Cylindrical-coordinate representation of color #55724C: hue angle of 105.79º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55724C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 76 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.55 |
| HSL | 105.79º | 0.2% | 0.37% | - |
| HSV(B) | 105.79º | 0.33% | 0.45% | - |
| XYZ | 11.07 | 14.49 | 9.05 | - |
| YUV | 101 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 76 | 0.25 | 0 | 0.33 | 0.55 | 105.79 | 0.2 | 0.37 |
| Hex | 55 | 72 | 4C | 19 | 0 | 21 | 37 | 6A | 14 | 25 |
| Octal | 125 | 162 | 114 | 31 | 0 | 41 | 67 | 152 | 24 | 45 |
| Binary | 1010101 | 1110010 | 1001100 | 11001 | 0 | 100001 | 110111 | 1101010 | 10100 | 100101 |
Color Harmonies of #55724C
Complementary color
Monochromatic Colors of #55724C
Black with #55724C
Text Example
Text Example
White with #55724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55724C; }
p { color: rgb(85,114,76); }
H1.HeaderClassName
{
color: #55724C;
}
.AnyTagClassName
{
color: #55724C;
}
</style>
background-color css
<style>
a { background-color: #55724C; }
a { background-color: rgb(85,114,76); }
div.DivClassName
{
background-color: #55724C;
}
.BgClassName
{
background-color: #55724C;
}
</style>
border-color css
<style>
span { border-color: #55724C; }
span { border-color: rgb(85,114,76); }
td.TdClassName
{
border-color: #55724C;
}
.TagClassName
{
border-color: #55724C;
}
</style>