Html Css Color HEX #50937A Patina

📋 copy color: '#50937A'

red 80 ◦ green 147 ◦ blue 122

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

Shades of Patina #50937A

Tints of Patina #50937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.12%

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

R = 22.92%
G = 42.12%
B = 34.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#50937A (or 0x50937A) is known color: Patina. HEX triplet: 50, 93 and 7A. RGB value is (80,147,122). Sum of RGB (Red+Green+Blue) = 80+147+122=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #50937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50937A is #AF6C85. Grayscale: #7C7C7C. Windows color (decimal): -11496582 or 8033104. OLE color: 8033104.

HSL color Cylindrical-coordinate representation of color #50937A: hue angle of 157.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50937A is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 122 -
CMYK 0.46 0 0.17 0.42
HSL 157.61º 0.3% 0.45% -
HSV(B) 157.61º 0.46% 0.58% -
XYZ 17.25 23.98 22.13 -
YUV 124.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 80 147 122 0.46 0 0.17 0.42 157.61 0.3 0.45
Hex 50 93 7A 2E 0 11 2A 9E 1E 2D
Octal 120 223 172 56 0 21 52 236 36 55
Binary 1010000 10010011 1111010 101110 0 10001 101010 10011110 11110 101101

Color Harmonies of #50937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50937A

Black with #50937A

Text Example


Text Example

White with #50937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,147,122); }

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

background-color css

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

 a { background-color: rgb(80,147,122); }

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

border-color css

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

 span { border-color: rgb(80,147,122); }

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