Shades of Cactus #52754E
Tints of Cactus #52754E
RGB
CMYK
RGB Variations
Color information
#52754E (or 0x52754E) is known color: Cactus. HEX triplet: 52, 75 and 4E. RGB value is (82,117,78). Sum of RGB (Red+Green+Blue) = 82+117+78=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #52754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52754E is #AD8AB1. Grayscale: #666666. Windows color (decimal): -11373234 or 5141842. OLE color: 5141842.
HSL color Cylindrical-coordinate representation of color #52754E: hue angle of 113.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52754E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 78 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.54 |
| HSL | 113.85º | 0.2% | 0.38% | - |
| HSV(B) | 113.85º | 0.33% | 0.46% | - |
| XYZ | 11.22 | 15.07 | 9.52 | - |
| YUV | 102.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 78 | 0.30 | 0 | 0.33 | 0.54 | 113.85 | 0.2 | 0.38 |
| Hex | 52 | 75 | 4E | 1E | 0 | 21 | 36 | 72 | 14 | 26 |
| Octal | 122 | 165 | 116 | 36 | 0 | 41 | 66 | 162 | 24 | 46 |
| Binary | 1010010 | 1110101 | 1001110 | 11110 | 0 | 100001 | 110110 | 1110010 | 10100 | 100110 |
Color Harmonies of #52754E
Complementary color
Monochromatic Colors of #52754E
Black with #52754E
Text Example
Text Example
White with #52754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52754E; }
p { color: rgb(82,117,78); }
H1.HeaderClassName
{
color: #52754E;
}
.AnyTagClassName
{
color: #52754E;
}
</style>
background-color css
<style>
a { background-color: #52754E; }
a { background-color: rgb(82,117,78); }
div.DivClassName
{
background-color: #52754E;
}
.BgClassName
{
background-color: #52754E;
}
</style>
border-color css
<style>
span { border-color: #52754E; }
span { border-color: rgb(82,117,78); }
td.TdClassName
{
border-color: #52754E;
}
.TagClassName
{
border-color: #52754E;
}
</style>