Shades of Cactus #52714F
Tints of Cactus #52714F
RGB
CMYK
RGB Variations
Color information
#52714F (or 0x52714F) is known color: Cactus. HEX triplet: 52, 71 and 4F. RGB value is (82,113,79). Sum of RGB (Red+Green+Blue) = 82+113+79=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #52714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52714F is #AD8EB0. Grayscale: #636363. Windows color (decimal): -11374257 or 5206354. OLE color: 5206354.
HSL color Cylindrical-coordinate representation of color #52714F: hue angle of 114.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52714F is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 79 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.56 |
| HSL | 114.71º | 0.18% | 0.38% | - |
| HSV(B) | 114.71º | 0.3% | 0.44% | - |
| XYZ | 10.8 | 14.17 | 9.56 | - |
| YUV | 99.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 79 | 0.27 | 0 | 0.30 | 0.56 | 114.71 | 0.18 | 0.38 |
| Hex | 52 | 71 | 4F | 1B | 0 | 1E | 38 | 73 | 12 | 26 |
| Octal | 122 | 161 | 117 | 33 | 0 | 36 | 70 | 163 | 22 | 46 |
| Binary | 1010010 | 1110001 | 1001111 | 11011 | 0 | 11110 | 111000 | 1110011 | 10010 | 100110 |
Color Harmonies of #52714F
Complementary color
Monochromatic Colors of #52714F
Black with #52714F
Text Example
Text Example
White with #52714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52714F; }
p { color: rgb(82,113,79); }
H1.HeaderClassName
{
color: #52714F;
}
.AnyTagClassName
{
color: #52714F;
}
</style>
background-color css
<style>
a { background-color: #52714F; }
a { background-color: rgb(82,113,79); }
div.DivClassName
{
background-color: #52714F;
}
.BgClassName
{
background-color: #52714F;
}
</style>
border-color css
<style>
span { border-color: #52714F; }
span { border-color: rgb(82,113,79); }
td.TdClassName
{
border-color: #52714F;
}
.TagClassName
{
border-color: #52714F;
}
</style>