Shades of Cactus #527250
Tints of Cactus #527250
RGB
CMYK
RGB Variations
Color information
#527250 (or 0x527250) is known color: Cactus. HEX triplet: 52, 72 and 50. RGB value is (82,114,80). Sum of RGB (Red+Green+Blue) = 82+114+80=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #527250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527250 is #AD8DAF. Grayscale: #646464. Windows color (decimal): -11374000 or 5272146. OLE color: 5272146.
HSL color Cylindrical-coordinate representation of color #527250: hue angle of 116.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527250 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 80 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.55 |
| HSL | 116.47º | 0.18% | 0.38% | - |
| HSV(B) | 116.47º | 0.3% | 0.45% | - |
| XYZ | 10.94 | 14.41 | 9.79 | - |
| YUV | 100.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 80 | 0.28 | 0 | 0.30 | 0.55 | 116.47 | 0.18 | 0.38 |
| Hex | 52 | 72 | 50 | 1C | 0 | 1E | 37 | 74 | 12 | 26 |
| Octal | 122 | 162 | 120 | 34 | 0 | 36 | 67 | 164 | 22 | 46 |
| Binary | 1010010 | 1110010 | 1010000 | 11100 | 0 | 11110 | 110111 | 1110100 | 10010 | 100110 |
Color Harmonies of #527250
Complementary color
Monochromatic Colors of #527250
Black with #527250
Text Example
Text Example
White with #527250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527250; }
p { color: rgb(82,114,80); }
H1.HeaderClassName
{
color: #527250;
}
.AnyTagClassName
{
color: #527250;
}
</style>
background-color css
<style>
a { background-color: #527250; }
a { background-color: rgb(82,114,80); }
div.DivClassName
{
background-color: #527250;
}
.BgClassName
{
background-color: #527250;
}
</style>
border-color css
<style>
span { border-color: #527250; }
span { border-color: rgb(82,114,80); }
td.TdClassName
{
border-color: #527250;
}
.TagClassName
{
border-color: #527250;
}
</style>