#55AE44

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

Shades of Apple #55AE44

Tints of Apple #55AE44

Color information

#55AE44 (or 0x55AE44) is unknown color: approx Apple. HEX triplet: 55, AE and 44. RGB value is (85,174,68). Sum of RGB (Red+Green+Blue) = 85+174+68=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE44 is #AA51BB. Grayscale: #878787. Windows color (decimal): -11162044 or 4501077. OLE color: 4501077.

HSL color Cylindrical-coordinate representation of color #55AE44: hue angle of 110.38º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55AE44 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB8517468-
CMYK0.5100.610.32
HSL110.38º43.8%47.45%-
HSV(B)110.38º60.92%68.24%-
XYZ19.9332.6210.72-
YUV135.390.0192.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=25.99%
G=53.21%
B=20.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174680.5100.610.32110.3843.847.45
Hex55AE443303D206e2c2f
Octal12525610463075401565457
Binary101010110101110100010011001101111011000001101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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