Html Css Color HEX #50977C Patina

📋 copy color: '#50977C'

red 80 ◦ green 151 ◦ blue 124

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

Shades of Patina #50977C

Tints of Patina #50977C

RGB

 RED value IS 80 (31.64% from 255) = 22.54%

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

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

R = 22.54%
G = 42.54%
B = 34.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#50977C (or 0x50977C) is known color: Patina. HEX triplet: 50, 97 and 7C. RGB value is (80,151,124). Sum of RGB (Red+Green+Blue) = 80+151+124=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #50977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977C is #AF6883. Grayscale: #7E7E7E. Windows color (decimal): -11495556 or 8165200. OLE color: 8165200.

HSL color Cylindrical-coordinate representation of color #50977C: hue angle of 157.18º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50977C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 124 -
CMYK 0.47 0 0.18 0.41
HSL 157.18º 0.31% 0.45% -
HSV(B) 157.18º 0.47% 0.59% -
XYZ 18.01 25.29 23 -
YUV 126.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 80 151 124 0.47 0 0.18 0.41 157.18 0.31 0.45
Hex 50 97 7C 2F 0 12 29 9D 1F 2D
Octal 120 227 174 57 0 22 51 235 37 55
Binary 1010000 10010111 1111100 101111 0 10010 101001 10011101 11111 101101

Color Harmonies of #50977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50977C

Black with #50977C

Text Example


Text Example

White with #50977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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