#55aa35

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

Shades of Apple #55AA35

Tints of Apple #55AA35

Color information

#55AA35 (or 0x55AA35) is unknown color: approx Apple. HEX triplet: 55, AA and 35. RGB value is (85,170,53). Sum of RGB (Red+Green+Blue) = 85+170+53=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA35 is #AA55CA. Grayscale: #838383. Windows color (decimal): -11163083 or 3517013. OLE color: 3517013.

HSL color Cylindrical-coordinate representation of color #55AA35: hue angle of 103.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55AA35 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB8517053-
CMYK0.5000.690.33
HSL103.59º52.47%43.73%-
HSV(B)103.59º68.82%66.67%-
XYZ18.7630.948.35-
YUV131.2583.8495.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=27.60%
G=55.19%
B=17.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170530.5000.690.33103.5952.4743.73
Hex55AA35320452168342c
Octal12525265620105411506454
Binary101010110101010110101110010010001011000011101000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55aa35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,53); }

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

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

 a { background-color: rgb(85,170,53); }

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

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

 span { border-color: rgb(85,170,53); }

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