#50A539

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

Shades of Apple #50A539

Tints of Apple #50A539

Color information

#50A539 (or 0x50A539) is unknown color: approx Apple. HEX triplet: 50, A5 and 39. RGB value is (80,165,57). Sum of RGB (Red+Green+Blue) = 80+165+57=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #50A539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A539 is #AF5AC6. Grayscale: #7F7F7F. Windows color (decimal): -11492039 or 3777872. OLE color: 3777872.

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

Color convert

RGB8016557-
CMYK0.5200.650.35
HSL107.22º48.65%43.53%-
HSV(B)107.22º65.45%64.71%-
XYZ17.528.918.53-
YUV127.2788.3494.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 165 (64.84% from 255) = 54.64%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=26.49%
G=54.64%
B=18.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80165570.5200.650.35107.2248.6543.53
Hex50A53934041236b312c
Octal12024571640101431536154
Binary101000010100101111001110100010000011000111101011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,165,57); }

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

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

 a { background-color: rgb(80,165,57); }

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

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

 span { border-color: rgb(80,165,57); }

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