#5AA348

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

Shades of Apple #5AA348

Tints of Apple #5AA348

Color information

#5AA348 (or 0x5AA348) is unknown color: approx Apple. HEX triplet: 5A, A3 and 48. RGB value is (90,163,72). Sum of RGB (Red+Green+Blue) = 90+163+72=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA348 is #A55CB7. Grayscale: #838383. Windows color (decimal): -10837176 or 4760410. OLE color: 4760410.

HSL color Cylindrical-coordinate representation of color #5AA348: hue angle of 108.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA348 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB9016372-
CMYK0.4500.560.36
HSL108.13º38.72%46.08%-
HSV(B)108.13º55.83%63.92%-
XYZ18.4828.8410.72-
YUV130.894.8298.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=27.69%
G=50.15%
B=22.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163720.4500.560.36108.1338.7246.08
Hex5AA3482D038246c272e
Octal13224311055070441544756
Binary101101010100011100100010110101110001001001101100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,72); }

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

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

 a { background-color: rgb(90,163,72); }

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

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

 span { border-color: rgb(90,163,72); }

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