#559E3B

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

Shades of Apple #559E3B

Tints of Apple #559E3B

Color information

#559E3B (or 0x559E3B) is unknown color: approx Apple. HEX triplet: 55, 9E and 3B. RGB value is (85,158,59). Sum of RGB (Red+Green+Blue) = 85+158+59=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #559E3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E3B is #AA61C4. Grayscale: #7D7D7D. Windows color (decimal): -11166149 or 3907157. OLE color: 3907157.

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

Color convert

RGB8515859-
CMYK0.4600.630.38
HSL104.24º45.62%42.55%-
HSV(B)104.24º62.66%61.96%-
XYZ16.7626.78.41-
YUV124.8990.8299.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=28.15%
G=52.32%
B=19.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158590.4600.630.38104.2445.6242.55
Hex559E3B2E03F26682e2b
Octal1252367356077461505653
Binary10101011001111011101110111001111111001101101000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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