#529279

Color #529279 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #529279

Tints of Patina #529279

Color information

#529279 (or 0x529279) is unknown color: approx Patina. HEX triplet: 52, 92 and 79. RGB value is (82,146,121). Sum of RGB (Red+Green+Blue) = 82+146+121=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #529279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529279 is #AD6D86. Grayscale: #7C7C7C. Windows color (decimal): -11365767 or 7967314. OLE color: 7967314.

HSL color Cylindrical-coordinate representation of color #529279: hue angle of 156.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529279 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB82146121-
CMYK0.4400.170.43
HSL156.56º28.07%44.71%-
HSV(B)156.56º43.84%57.25%-
XYZ17.2123.7321.76-
YUV124.01126.398.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=23.50%
G=41.83%
B=34.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821461210.4400.170.43156.5628.0744.71
Hex5292792C0112B9d1c2d
Octal12222217154021532353455
Binary10100101001001011110011011000100011010111001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529279; }

 p { color: rgb(82,146,121); }

 H1.HeaderClassName
 {
   color: #529279;
 }
 .AnyTagClassName
 {
   color: #529279;
 }
</style>
background-color css

<style>
 a { background-color: #529279; }

 a { background-color: rgb(82,146,121); }

 div.DivClassName
 {
   background-color: #529279;
 }
 .BgClassName
 {
   background-color: #529279;
 }
</style>
border-color css

<style>
 span { border-color: #529279; }

 span { border-color: rgb(82,146,121); }

 td.TdClassName
 {
   border-color: #529279;
 }
 .TagClassName
 {
   border-color: #529279;
 }
</style>