#529579

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

Shades of Patina #529579

Tints of Patina #529579

Color information

#529579 (or 0x529579) is unknown color: approx Patina. HEX triplet: 52, 95 and 79. RGB value is (82,149,121). Sum of RGB (Red+Green+Blue) = 82+149+121=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #529579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529579 is #AD6A86. Grayscale: #7D7D7D. Windows color (decimal): -11364999 or 7968082. OLE color: 7968082.

HSL color Cylindrical-coordinate representation of color #529579: hue angle of 154.93º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529579 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB82149121-
CMYK0.4500.190.42
HSL154.93º29%45.29%-
HSV(B)154.93º44.97%58.43%-
XYZ17.6824.6721.92-
YUV125.78125.396.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=23.30%
G=42.33%
B=34.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491210.4500.190.42154.932945.29
Hex5295792D0132A9b1d2d
Octal12222517155023522333555
Binary10100101001010111110011011010100111010101001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529579; }

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

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

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

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

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

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

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

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