Shades of Mineral Green #526D56
Tints of Mineral Green #526D56
RGB
CMYK
RGB Variations
Color information
#526D56 (or 0x526D56) is known color: Mineral Green. HEX triplet: 52, 6D and 56. RGB value is (82,109,86). Sum of RGB (Red+Green+Blue) = 82+109+86=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #526D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D56 is #AD92A9. Grayscale: #626262. Windows color (decimal): -11375274 or 5664082. OLE color: 5664082.
HSL color Cylindrical-coordinate representation of color #526D56: hue angle of 128.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D56 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 86 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.57 |
| HSL | 128.89º | 0.14% | 0.37% | - |
| HSV(B) | 128.89º | 0.25% | 0.43% | - |
| XYZ | 10.63 | 13.4 | 10.83 | - |
| YUV | 98.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 86 | 0.25 | 0 | 0.21 | 0.57 | 128.89 | 0.14 | 0.37 |
| Hex | 52 | 6D | 56 | 19 | 0 | 15 | 39 | 81 | E | 25 |
| Octal | 122 | 155 | 126 | 31 | 0 | 25 | 71 | 201 | 16 | 45 |
| Binary | 1010010 | 1101101 | 1010110 | 11001 | 0 | 10101 | 111001 | 10000001 | 1110 | 100101 |
Color Harmonies of #526D56
Complementary color
Monochromatic Colors of #526D56
Black with #526D56
Text Example
Text Example
White with #526D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D56; }
p { color: rgb(82,109,86); }
H1.HeaderClassName
{
color: #526D56;
}
.AnyTagClassName
{
color: #526D56;
}
</style>
background-color css
<style>
a { background-color: #526D56; }
a { background-color: rgb(82,109,86); }
div.DivClassName
{
background-color: #526D56;
}
.BgClassName
{
background-color: #526D56;
}
</style>
border-color css
<style>
span { border-color: #526D56; }
span { border-color: rgb(82,109,86); }
td.TdClassName
{
border-color: #526D56;
}
.TagClassName
{
border-color: #526D56;
}
</style>