#55AA3A

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

Shades of Apple #55AA3A

Tints of Apple #55AA3A

Color information

#55AA3A (or 0x55AA3A) is unknown color: approx Apple. HEX triplet: 55, AA and 3A. RGB value is (85,170,58). Sum of RGB (Red+Green+Blue) = 85+170+58=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA3A is #AA55C5. Grayscale: #848484. Windows color (decimal): -11163078 or 3844693. OLE color: 3844693.

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

Color convert

RGB8517058-
CMYK0.5000.660.33
HSL105.54º49.12%44.71%-
HSV(B)105.54º65.88%66.67%-
XYZ18.8830.998.99-
YUV131.8286.3494.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=27.16%
G=54.31%
B=18.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170580.5000.660.33105.5449.1244.71
Hex55AA3A32042216a312d
Octal12525272620102411526155
Binary101010110101010111010110010010000101000011101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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