Html Css Color HEX #529578 Patina

📋 copy color: '#529578'

red 82 ◦ green 149 ◦ blue 120

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

Shades of Patina #529578

Tints of Patina #529578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 23.36%
G = 42.45%
B = 34.19%

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

#529578 (or 0x529578) is known color: Patina. HEX triplet: 52, 95 and 78. RGB value is (82,149,120). Sum of RGB (Red+Green+Blue) = 82+149+120=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #529578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529578 is #AD6A87. Grayscale: #7D7D7D. Windows color (decimal): -11365000 or 7902546. OLE color: 7902546.

HSL color Cylindrical-coordinate representation of color #529578: hue angle of 154.03º 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 #529578 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 120 -
CMYK 0.45 0 0.19 0.42
HSL 154.03º 0.29% 0.45% -
HSV(B) 154.03º 0.45% 0.58% -
XYZ 17.62 24.64 21.6 -
YUV 125.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 82 149 120 0.45 0 0.19 0.42 154.03 0.29 0.45
Hex 52 95 78 2D 0 13 2A 9A 1D 2D
Octal 122 225 170 55 0 23 52 232 35 55
Binary 1010010 10010101 1111000 101101 0 10011 101010 10011010 11101 101101

Color Harmonies of #529578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529578

Black with #529578

Text Example


Text Example

White with #529578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529578; }

 p { color: rgb(82,149,120); }

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

background-color css

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

 a { background-color: rgb(82,149,120); }

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

border-color css

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

 span { border-color: rgb(82,149,120); }

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