#55a33f

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

Shades of Apple #55A33F

Tints of Apple #55A33F

Color information

#55A33F (or 0x55A33F) is unknown color: approx Apple. HEX triplet: 55, A3 and 3F. RGB value is (85,163,63). Sum of RGB (Red+Green+Blue) = 85+163+63=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #55A33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A33F is #AA5CC0. Grayscale: #808080. Windows color (decimal): -11164865 or 4170581. OLE color: 4170581.

HSL color Cylindrical-coordinate representation of color #55A33F: hue angle of 106.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55A33F is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB8516363-
CMYK0.4800.610.36
HSL106.8º44.25%44.31%-
HSV(B)106.8º61.35%63.92%-
XYZ17.7428.489.27-
YUV128.2891.1697.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 63 (25% from 255) = 20.26%
R=27.33%
G=52.41%
B=20.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163630.4800.610.36106.844.2544.31
Hex55A33F3003D246b2c2c
Octal1252437760075441535454
Binary10101011010001111111111000001111011001001101011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55a33f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,63); }

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

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

 a { background-color: rgb(85,163,63); }

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

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

 span { border-color: rgb(85,163,63); }

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