Html Css Color HEX #529779 Patina

📋 copy color: '#529779'

red 82 ◦ green 151 ◦ blue 121

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

Shades of Patina #529779

Tints of Patina #529779

RGB

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

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

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

R = 23.16%
G = 42.66%
B = 34.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#529779 (or 0x529779) is known color: Patina. HEX triplet: 52, 97 and 79. RGB value is (82,151,121). Sum of RGB (Red+Green+Blue) = 82+151+121=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #529779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529779 is #AD6886. Grayscale: #7E7E7E. Windows color (decimal): -11364487 or 7968594. OLE color: 7968594.

HSL color Cylindrical-coordinate representation of color #529779: hue angle of 153.91º 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 #529779 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 121 -
CMYK 0.46 0 0.20 0.41
HSL 153.91º 0.3% 0.46% -
HSV(B) 153.91º 0.46% 0.59% -
XYZ 18 25.31 22.03 -
YUV 126.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 82 151 121 0.46 0 0.20 0.41 153.91 0.3 0.46
Hex 52 97 79 2E 0 14 29 9A 1E 2E
Octal 122 227 171 56 0 24 51 232 36 56
Binary 1010010 10010111 1111001 101110 0 10100 101001 10011010 11110 101110

Color Harmonies of #529779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529779

Black with #529779

Text Example


Text Example

White with #529779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529779; }

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

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

background-color css

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

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

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

border-color css

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

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

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