Html Css Color HEX #52977A Patina

📋 copy color: '#52977A'

red 82 ◦ green 151 ◦ blue 122

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

Shades of Patina #52977A

Tints of Patina #52977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 23.1%
G = 42.54%
B = 34.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#52977A (or 0x52977A) is known color: Patina. HEX triplet: 52, 97 and 7A. RGB value is (82,151,122). Sum of RGB (Red+Green+Blue) = 82+151+122=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #52977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977A is #AD6885. Grayscale: #7F7F7F. Windows color (decimal): -11364486 or 8034130. OLE color: 8034130.

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

Color convert

RGB 82 151 122 -
CMYK 0.46 0 0.19 0.41
HSL 154.78º 0.3% 0.46% -
HSV(B) 154.78º 0.46% 0.59% -
XYZ 18.06 25.33 22.35 -
YUV 127.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 82 151 122 0.46 0 0.19 0.41 154.78 0.3 0.46
Hex 52 97 7A 2E 0 13 29 9B 1E 2E
Octal 122 227 172 56 0 23 51 233 36 56
Binary 1010010 10010111 1111010 101110 0 10011 101001 10011011 11110 101110

Color Harmonies of #52977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52977A

Black with #52977A

Text Example


Text Example

White with #52977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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