#55B33C

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

Shades of Apple #55B33C

Tints of Apple #55B33C

Color information

#55B33C (or 0x55B33C) is unknown color: approx Apple. HEX triplet: 55, B3 and 3C. RGB value is (85,179,60). Sum of RGB (Red+Green+Blue) = 85+179+60=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #55B33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B33C is #AA4CC3. Grayscale: #898989. Windows color (decimal): -11160772 or 3978069. OLE color: 3978069.

HSL color Cylindrical-coordinate representation of color #55B33C: hue angle of 107.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B33C is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB8517960-
CMYK0.5300.660.30
HSL107.39º49.79%46.86%-
HSV(B)107.39º66.48%70.2%-
XYZ20.6834.59.84-
YUV137.3384.3690.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 179 (70.31% from 255) = 55.25%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=26.23%
G=55.25%
B=18.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85179600.5300.660.30107.3949.7946.86
Hex55B33C350421E6b322f
Octal12526374650102361536257
Binary10101011011001111110011010101000010111101101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,179,60); }

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

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

 a { background-color: rgb(85,179,60); }

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

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

 span { border-color: rgb(85,179,60); }

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