#50B634

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

Shades of Apple #50B634

Tints of Apple #50B634

Color information

#50B634 (or 0x50B634) is unknown color: approx Apple. HEX triplet: 50, B6 and 34. RGB value is (80,182,52). Sum of RGB (Red+Green+Blue) = 80+182+52=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #50B634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B634 is #AF49CB. Grayscale: #898989. Windows color (decimal): -11487692 or 3454544. OLE color: 3454544.

HSL color Cylindrical-coordinate representation of color #50B634: hue angle of 107.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50B634 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB8018252-
CMYK0.5600.710.29
HSL107.08º55.56%45.88%-
HSV(B)107.08º71.43%71.37%-
XYZ20.6635.418.99-
YUV136.6880.2187.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 182 (71.48% from 255) = 57.96%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=25.48%
G=57.96%
B=16.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182520.5600.710.29107.0855.5645.88
Hex50B634380471D6b382e
Octal12026664700107351537056
Binary10100001011011011010011100001000111111011101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,52); }

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

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

 a { background-color: rgb(80,182,52); }

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

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

 span { border-color: rgb(80,182,52); }

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