#55A741

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

Shades of Apple #55A741

Tints of Apple #55A741

Color information

#55A741 (or 0x55A741) is unknown color: approx Apple. HEX triplet: 55, A7 and 41. RGB value is (85,167,65). Sum of RGB (Red+Green+Blue) = 85+167+65=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #55A741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A741 is #AA58BE. Grayscale: #838383. Windows color (decimal): -11163839 or 4302677. OLE color: 4302677.

HSL color Cylindrical-coordinate representation of color #55A741: hue angle of 108.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55A741 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB8516765-
CMYK0.4900.610.35
HSL108.24º43.97%45.49%-
HSV(B)108.24º61.08%65.49%-
XYZ18.5229.959.81-
YUV130.8590.8395.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 167 (65.62% from 255) = 52.68%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=26.81%
G=52.68%
B=20.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85167650.4900.610.35108.2443.9745.49
Hex55A7413103D236c2c2d
Octal12524710161075431545455
Binary101010110100111100000111000101111011000111101100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A741; }

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

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

<style>
 a { background-color: #55A741; }

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

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

<style>
 span { border-color: #55A741; }

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

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