Html Css Color HEX #52977C Patina

📋 copy color: '#52977C'

red 82 ◦ green 151 ◦ blue 124

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

Shades of Patina #52977C

Tints of Patina #52977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 22.97%
G = 42.3%
B = 34.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#52977C (or 0x52977C) is known color: Patina. HEX triplet: 52, 97 and 7C. RGB value is (82,151,124). Sum of RGB (Red+Green+Blue) = 82+151+124=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #52977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977C is #AD6883. Grayscale: #7F7F7F. Windows color (decimal): -11364484 or 8165202. OLE color: 8165202.

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

Color convert

RGB 82 151 124 -
CMYK 0.46 0 0.18 0.41
HSL 156.52º 0.3% 0.46% -
HSV(B) 156.52º 0.46% 0.59% -
XYZ 18.18 25.38 23.01 -
YUV 127.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 82 151 124 0.46 0 0.18 0.41 156.52 0.3 0.46
Hex 52 97 7C 2E 0 12 29 9D 1E 2E
Octal 122 227 174 56 0 22 51 235 36 56
Binary 1010010 10010111 1111100 101110 0 10010 101001 10011101 11110 101110

Color Harmonies of #52977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52977C

Black with #52977C

Text Example


Text Example

White with #52977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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