#55AE35

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

Shades of Apple #55AE35

Tints of Apple #55AE35

Color information

#55AE35 (or 0x55AE35) is unknown color: approx Apple. HEX triplet: 55, AE and 35. RGB value is (85,174,53). Sum of RGB (Red+Green+Blue) = 85+174+53=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE35 is #AA51CA. Grayscale: #858585. Windows color (decimal): -11162059 or 3518037. OLE color: 3518037.

HSL color Cylindrical-coordinate representation of color #55AE35: hue angle of 104.13º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55AE35 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB8517453-
CMYK0.5100.700.32
HSL104.13º53.3%44.51%-
HSV(B)104.13º69.54%68.24%-
XYZ19.5232.468.6-
YUV133.682.5193.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 174 (68.36% from 255) = 55.77%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=27.24%
G=55.77%
B=16.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174530.5100.700.32104.1353.344.51
Hex55AE35330462068352d
Octal12525665630106401506555
Binary101010110101110110101110011010001101000001101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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