#50A735

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

Shades of Apple #50A735

Tints of Apple #50A735

Color information

#50A735 (or 0x50A735) is unknown color: approx Apple. HEX triplet: 50, A7 and 35. RGB value is (80,167,53). Sum of RGB (Red+Green+Blue) = 80+167+53=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #50A735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A735 is #AF58CA. Grayscale: #808080. Windows color (decimal): -11491531 or 3516240. OLE color: 3516240.

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

Color convert

RGB8016753-
CMYK0.5200.680.35
HSL105.79º51.82%43.14%-
HSV(B)105.79º68.26%65.49%-
XYZ17.7729.68.14-
YUV127.9985.6893.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 167 (65.62% from 255) = 55.67%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=26.67%
G=55.67%
B=17.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80167530.5200.680.35105.7951.8243.14
Hex50A73534044236a342b
Octal12024765640104431526453
Binary101000010100111110101110100010001001000111101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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