#5EAA49

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

Shades of Apple #5EAA49

Tints of Apple #5EAA49

Color information

#5EAA49 (or 0x5EAA49) is unknown color: approx Apple. HEX triplet: 5E, AA and 49. RGB value is (94,170,73). Sum of RGB (Red+Green+Blue) = 94+170+73=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA49 is #A155B6. Grayscale: #888888. Windows color (decimal): -10573239 or 4827742. OLE color: 4827742.

HSL color Cylindrical-coordinate representation of color #5EAA49: hue angle of 107.01º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAA49 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB9417073-
CMYK0.4500.570.33
HSL107.01º39.92%47.65%-
HSV(B)107.01º57.06%66.67%-
XYZ20.1931.6111.34-
YUV136.2292.3297.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 170 (66.80% from 255) = 50.45%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=27.89%
G=50.45%
B=21.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94170730.4500.570.33107.0139.9247.65
Hex5EAA492D039216b2830
Octal13625211155071411535060
Binary101111010101010100100110110101110011000011101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EAA49; }

 p { color: rgb(94,170,73); }

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

<style>
 a { background-color: #5EAA49; }

 a { background-color: rgb(94,170,73); }

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

<style>
 span { border-color: #5EAA49; }

 span { border-color: rgb(94,170,73); }

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