Html Css Color HEX #529780 Patina

📋 copy color: '#529780'

red 82 ◦ green 151 ◦ blue 128

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

Shades of Patina #529780

Tints of Patina #529780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 22.71%
G = 41.83%
B = 35.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#529780 (or 0x529780) is known color: Patina. HEX triplet: 52, 97 and 80. RGB value is (82,151,128). Sum of RGB (Red+Green+Blue) = 82+151+128=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #529780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529780 is #AD687F. Grayscale: #7F7F7F. Windows color (decimal): -11364480 or 8427346. OLE color: 8427346.

HSL color Cylindrical-coordinate representation of color #529780: hue angle of 160º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529780 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 128 -
CMYK 0.46 0 0.15 0.41
HSL 160º 0.3% 0.46% -
HSV(B) 160º 0.46% 0.59% -
XYZ 18.44 25.49 24.37 -
YUV 127.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 82 151 128 0.46 0 0.15 0.41 160 0.3 0.46
Hex 52 97 80 2E 0 F 29 A0 1E 2E
Octal 122 227 200 56 0 17 51 240 36 56
Binary 1010010 10010111 10000000 101110 0 1111 101001 10100000 11110 101110

Color Harmonies of #529780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529780

Black with #529780

Text Example


Text Example

White with #529780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529780; }

 p { color: rgb(82,151,128); }

 H1.HeaderClassName
 {
   color: #529780;
 }
 .AnyTagClassName
 {
   color: #529780;
 }
</style>

background-color css

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

 a { background-color: rgb(82,151,128); }

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

border-color css

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

 span { border-color: rgb(82,151,128); }

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