#50A636

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

Shades of Apple #50A636

Tints of Apple #50A636

Color information

#50A636 (or 0x50A636) is unknown color: approx Apple. HEX triplet: 50, A6 and 36. RGB value is (80,166,54). Sum of RGB (Red+Green+Blue) = 80+166+54=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #50A636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A636 is #AF59C9. Grayscale: #7F7F7F. Windows color (decimal): -11491786 or 3581520. OLE color: 3581520.

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

Color convert

RGB8016654-
CMYK0.5200.670.35
HSL106.07º50.91%43.14%-
HSV(B)106.07º67.47%65.1%-
XYZ17.6129.248.21-
YUV127.5286.5194.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 166 (65.23% from 255) = 55.33%
BLUE value IS 54 (21.48% from 255) = 18%
R=26.67%
G=55.33%
B=18%

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
Decimal80166540.5200.670.35106.0750.9143.14
Hex50A63634043236a332b
Octal12024666640103431526353
Binary101000010100110110110110100010000111000111101010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,166,54); }

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

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

 a { background-color: rgb(80,166,54); }

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

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

 span { border-color: rgb(80,166,54); }

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