Html Css Color HEX #529579 Patina

📋 copy color: '#529579'

red 82 ◦ green 149 ◦ blue 121

#529579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #529579

Tints of Patina #529579

RGB

 RED value IS 82 (32.42% from 255) = 23.3%

 GREEN value IS 149 (58.59% from 255) = 42.33%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 23.3%
G = 42.33%
B = 34.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#529579 (or 0x529579) is known color: 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

RGB 82 149 121 -
CMYK 0.45 0 0.19 0.42
HSL 154.93º 0.29% 0.45% -
HSV(B) 154.93º 0.45% 0.58% -
XYZ 17.68 24.67 21.92 -
YUV 125.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 82 149 121 0.45 0 0.19 0.42 154.93 0.29 0.45
Hex 52 95 79 2D 0 13 2A 9B 1D 2D
Octal 122 225 171 55 0 23 52 233 35 55
Binary 1010010 10010101 1111001 101101 0 10011 101010 10011011 11101 101101

Color Harmonies of #529579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529579

Black with #529579

Text Example


Text Example

White with #529579

Text Example


Text Example

HTML Codes & Css Web 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>