#559D43

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

Shades of Apple #559D43

Tints of Apple #559D43

Color information

#559D43 (or 0x559D43) is unknown color: approx Apple. HEX triplet: 55, 9D and 43. RGB value is (85,157,67). Sum of RGB (Red+Green+Blue) = 85+157+67=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #559D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D43 is #AA62BC. Grayscale: #7D7D7D. Windows color (decimal): -11166397 or 4431189. OLE color: 4431189.

HSL color Cylindrical-coordinate representation of color #559D43: hue angle of 108º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559D43 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB8515767-
CMYK0.4600.570.38
HSL108º40.18%43.92%-
HSV(B)108º57.32%61.57%-
XYZ16.8226.459.53-
YUV125.2195.1599.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 157 (61.72% from 255) = 50.81%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=27.51%
G=50.81%
B=21.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157670.4600.570.3810840.1843.92
Hex559D432E039266c282c
Octal12523510356071461545054
Binary101010110011101100001110111001110011001101101100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559D43; }

 p { color: rgb(85,157,67); }

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

<style>
 a { background-color: #559D43; }

 a { background-color: rgb(85,157,67); }

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

<style>
 span { border-color: #559D43; }

 span { border-color: rgb(85,157,67); }

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