Shades of Cactus #52734D
Tints of Cactus #52734D
RGB
CMYK
RGB Variations
Color information
#52734D (or 0x52734D) is known color: Cactus. HEX triplet: 52, 73 and 4D. RGB value is (82,115,77). Sum of RGB (Red+Green+Blue) = 82+115+77=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #52734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52734D is #AD8CB2. Grayscale: #646464. Windows color (decimal): -11373747 or 5075794. OLE color: 5075794.
HSL color Cylindrical-coordinate representation of color #52734D: hue angle of 112.11º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52734D is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 77 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.55 |
| HSL | 112.11º | 0.2% | 0.38% | - |
| HSV(B) | 112.11º | 0.33% | 0.45% | - |
| XYZ | 10.95 | 14.59 | 9.26 | - |
| YUV | 100.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 77 | 0.29 | 0 | 0.33 | 0.55 | 112.11 | 0.2 | 0.38 |
| Hex | 52 | 73 | 4D | 1D | 0 | 21 | 37 | 70 | 14 | 26 |
| Octal | 122 | 163 | 115 | 35 | 0 | 41 | 67 | 160 | 24 | 46 |
| Binary | 1010010 | 1110011 | 1001101 | 11101 | 0 | 100001 | 110111 | 1110000 | 10100 | 100110 |
Color Harmonies of #52734D
Complementary color
Monochromatic Colors of #52734D
Black with #52734D
Text Example
Text Example
White with #52734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52734D; }
p { color: rgb(82,115,77); }
H1.HeaderClassName
{
color: #52734D;
}
.AnyTagClassName
{
color: #52734D;
}
</style>
background-color css
<style>
a { background-color: #52734D; }
a { background-color: rgb(82,115,77); }
div.DivClassName
{
background-color: #52734D;
}
.BgClassName
{
background-color: #52734D;
}
</style>
border-color css
<style>
span { border-color: #52734D; }
span { border-color: rgb(82,115,77); }
td.TdClassName
{
border-color: #52734D;
}
.TagClassName
{
border-color: #52734D;
}
</style>