#559F3F

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

Shades of Apple #559F3F

Tints of Apple #559F3F

Color information

#559F3F (or 0x559F3F) is unknown color: approx Apple. HEX triplet: 55, 9F and 3F. RGB value is (85,159,63). Sum of RGB (Red+Green+Blue) = 85+159+63=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #559F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559F3F is #AA60C0. Grayscale: #7E7E7E. Windows color (decimal): -11165889 or 4169557. OLE color: 4169557.

HSL color Cylindrical-coordinate representation of color #559F3F: hue angle of 106.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559F3F is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB8515963-
CMYK0.4700.600.38
HSL106.25º43.24%43.53%-
HSV(B)106.25º60.38%62.35%-
XYZ17.0427.099.03-
YUV125.9392.4898.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 159 (62.5% from 255) = 51.79%
BLUE value IS 63 (25% from 255) = 20.52%
R=27.69%
G=51.79%
B=20.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159630.4700.600.38106.2543.2443.53
Hex559F3F2F03C266a2b2c
Octal1252377757074461525354
Binary10101011001111111111110111101111001001101101010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,159,63); }

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

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

 a { background-color: rgb(85,159,63); }

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

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

 span { border-color: rgb(85,159,63); }

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