#50A737

Color #50A737 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #50A737

Tints of Apple #50A737

Color information

#50A737 (or 0x50A737) is unknown color: approx Apple. HEX triplet: 50, A7 and 37. RGB value is (80,167,55). Sum of RGB (Red+Green+Blue) = 80+167+55=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #50A737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A737 is #AF58C8. Grayscale: #808080. Windows color (decimal): -11491529 or 3647312. OLE color: 3647312.

HSL color Cylindrical-coordinate representation of color #50A737: hue angle of 106.61º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50A737 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB8016755-
CMYK0.5200.670.35
HSL106.61º50.45%43.53%-
HSV(B)106.61º67.07%65.49%-
XYZ17.8229.628.39-
YUV128.2286.6893.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=26.49%
G=55.30%
B=18.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80167550.5200.670.35106.6150.4543.53
Hex50A73734043236b322c
Octal12024767640103431536254
Binary101000010100111110111110100010000111000111101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A737; }

 p { color: rgb(80,167,55); }

 H1.HeaderClassName
 {
   color: #50A737;
 }
 .AnyTagClassName
 {
   color: #50A737;
 }
</style>
background-color css

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

 a { background-color: rgb(80,167,55); }

 div.DivClassName
 {
   background-color: #50A737;
 }
 .BgClassName
 {
   background-color: #50A737;
 }
</style>
border-color css

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

 span { border-color: rgb(80,167,55); }

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