#5DA049

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

Shades of Apple #5DA049

Tints of Apple #5DA049

Color information

#5DA049 (or 0x5DA049) is unknown color: approx Apple. HEX triplet: 5D, A0 and 49. RGB value is (93,160,73). Sum of RGB (Red+Green+Blue) = 93+160+73=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA049 is #A25FB6. Grayscale: #828282. Windows color (decimal): -10641335 or 4825181. OLE color: 4825181.

HSL color Cylindrical-coordinate representation of color #5DA049: hue angle of 106.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DA049 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB9316073-
CMYK0.4200.540.37
HSL106.21º37.34%45.69%-
HSV(B)106.21º54.37%62.75%-
XYZ18.2927.9510.73-
YUV130.0595.8101.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.53%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=28.53%
G=49.08%
B=22.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93160730.4200.540.37106.2137.3445.69
Hex5DA0492A036256a252e
Octal13524011152066451524556
Binary101110110100000100100110101001101101001011101010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,160,73); }

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

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

 a { background-color: rgb(93,160,73); }

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

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

 span { border-color: rgb(93,160,73); }

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