#559B41

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

Shades of Apple #559B41

Tints of Apple #559B41

Color information

#559B41 (or 0x559B41) is unknown color: approx Apple. HEX triplet: 55, 9B and 41. RGB value is (85,155,65). Sum of RGB (Red+Green+Blue) = 85+155+65=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #559B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B41 is #AA64BE. Grayscale: #7C7C7C. Windows color (decimal): -11166911 or 4299605. OLE color: 4299605.

HSL color Cylindrical-coordinate representation of color #559B41: hue angle of 106.67º 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 #559B41 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB8515565-
CMYK0.4500.580.39
HSL106.67º40.91%43.14%-
HSV(B)106.67º58.06%60.78%-
XYZ16.4225.769.11-
YUV123.8194.81100.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=27.87%
G=50.82%
B=21.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155650.4500.580.39106.6740.9143.14
Hex559B412D03A276b292b
Octal12523310155072471535153
Binary101010110011011100000110110101110101001111101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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