#559C41

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

Shades of Apple #559C41

Tints of Apple #559C41

Color information

#559C41 (or 0x559C41) is unknown color: approx Apple. HEX triplet: 55, 9C and 41. RGB value is (85,156,65). Sum of RGB (Red+Green+Blue) = 85+156+65=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #559C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C41 is #AA63BE. Grayscale: #7C7C7C. Windows color (decimal): -11166655 or 4299861. OLE color: 4299861.

HSL color Cylindrical-coordinate representation of color #559C41: hue angle of 106.81º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559C41 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB8515665-
CMYK0.4600.580.39
HSL106.81º41.18%43.33%-
HSV(B)106.81º58.33%61.18%-
XYZ16.5926.099.16-
YUV124.494.4899.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=27.78%
G=50.98%
B=21.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156650.4600.580.39106.8141.1843.33
Hex559C412E03A276b292b
Octal12523410156072471535153
Binary101010110011100100000110111001110101001111101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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