Html Css Color HEX #529279 Patina

📋 copy color: '#529279'

red 82 ◦ green 146 ◦ blue 121

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

Shades of Patina #529279

Tints of Patina #529279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 23.5%
G = 41.83%
B = 34.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

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

RGB 82 146 121 -
CMYK 0.44 0 0.17 0.43
HSL 156.56º 0.28% 0.45% -
HSV(B) 156.56º 0.44% 0.57% -
XYZ 17.21 23.73 21.76 -
YUV 124.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 82 146 121 0.44 0 0.17 0.43 156.56 0.28 0.45
Hex 52 92 79 2C 0 11 2B 9D 1C 2D
Octal 122 222 171 54 0 21 53 235 34 55
Binary 1010010 10010010 1111001 101100 0 10001 101011 10011101 11100 101101

Color Harmonies of #529279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529279

Black with #529279

Text Example


Text Example

White with #529279

Text Example


Text Example

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