#529C7F

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

Shades of Patina #529C7F

Tints of Patina #529C7F

Color information

#529C7F (or 0x529C7F) is unknown color: approx Patina. HEX triplet: 52, 9C and 7F. RGB value is (82,156,127). Sum of RGB (Red+Green+Blue) = 82+156+127=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #529C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C7F is #AD6380. Grayscale: #828282. Windows color (decimal): -11363201 or 8363090. OLE color: 8363090.

HSL color Cylindrical-coordinate representation of color #529C7F: hue angle of 156.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C7F is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB82156127-
CMYK0.4700.190.39
HSL156.49º31.09%46.67%-
HSV(B)156.49º47.44%61.18%-
XYZ19.227.124.3-
YUV130.57125.9893.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 127 (50% from 255) = 34.79%
R=22.47%
G=42.74%
B=34.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561270.4700.190.39156.4931.0946.67
Hex529C7F2F013279c1f2f
Octal12223417757023472343757
Binary10100101001110011111111011110100111001111001110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529C7F; }

 p { color: rgb(82,156,127); }

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

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

 a { background-color: rgb(82,156,127); }

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

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

 span { border-color: rgb(82,156,127); }

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