Shades of Patina #529679
Tints of Patina #529679
RGB
CMYK
RGB Variations
Color information
#529679 (or 0x529679) is known color: Patina. HEX triplet: 52, 96 and 79. RGB value is (82,150,121). Sum of RGB (Red+Green+Blue) = 82+150+121=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #529679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529679 is #AD6986. Grayscale: #7E7E7E. Windows color (decimal): -11364743 or 7968338. OLE color: 7968338.
HSL color Cylindrical-coordinate representation of color #529679: hue angle of 154.41º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529679 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 121 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.41 |
| HSL | 154.41º | 0.29% | 0.45% | - |
| HSV(B) | 154.41º | 0.45% | 0.59% | - |
| XYZ | 17.84 | 24.99 | 21.97 | - |
| YUV | 126.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 121 | 0.45 | 0 | 0.19 | 0.41 | 154.41 | 0.29 | 0.45 |
| Hex | 52 | 96 | 79 | 2D | 0 | 13 | 29 | 9A | 1D | 2D |
| Octal | 122 | 226 | 171 | 55 | 0 | 23 | 51 | 232 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1111001 | 101101 | 0 | 10011 | 101001 | 10011010 | 11101 | 101101 |
Color Harmonies of #529679
Complementary color
Monochromatic Colors of #529679
Black with #529679
Text Example
Text Example
White with #529679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529679; }
p { color: rgb(82,150,121); }
H1.HeaderClassName
{
color: #529679;
}
.AnyTagClassName
{
color: #529679;
}
</style>
background-color css
<style>
a { background-color: #529679; }
a { background-color: rgb(82,150,121); }
div.DivClassName
{
background-color: #529679;
}
.BgClassName
{
background-color: #529679;
}
</style>
border-color css
<style>
span { border-color: #529679; }
span { border-color: rgb(82,150,121); }
td.TdClassName
{
border-color: #529679;
}
.TagClassName
{
border-color: #529679;
}
</style>