#559E41

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

Shades of Apple #559E41

Tints of Apple #559E41

Color information

#559E41 (or 0x559E41) is unknown color: approx Apple. HEX triplet: 55, 9E and 41. RGB value is (85,158,65). Sum of RGB (Red+Green+Blue) = 85+158+65=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #559E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E41 is #AA61BE. Grayscale: #7D7D7D. Windows color (decimal): -11166143 or 4300373. OLE color: 4300373.

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

Color convert

RGB8515865-
CMYK0.4600.590.38
HSL107.1º41.7%43.73%-
HSV(B)107.1º58.86%61.96%-
XYZ16.9326.779.28-
YUV125.5793.8299.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=27.60%
G=51.30%
B=21.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158650.4600.590.38107.141.743.73
Hex559E412E03B266b2a2c
Octal12523610156073461535254
Binary101010110011110100000110111001110111001101101011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,65); }

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

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

 a { background-color: rgb(85,158,65); }

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

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

 span { border-color: rgb(85,158,65); }

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