#55B43A

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

Shades of Apple #55B43A

Tints of Apple #55B43A

Color information

#55B43A (or 0x55B43A) is unknown color: approx Apple. HEX triplet: 55, B4 and 3A. RGB value is (85,180,58). Sum of RGB (Red+Green+Blue) = 85+180+58=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #55B43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B43A is #AA4BC5. Grayscale: #8A8A8A. Windows color (decimal): -11160518 or 3847253. OLE color: 3847253.

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

Color convert

RGB8518058-
CMYK0.5300.680.29
HSL106.72º51.26%46.67%-
HSV(B)106.72º67.78%70.59%-
XYZ20.8334.889.64-
YUV137.6983.0390.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 180 (70.70% from 255) = 55.73%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=26.32%
G=55.73%
B=17.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180580.5300.680.29106.7251.2646.67
Hex55B43A350441D6b332f
Octal12526472650104351536357
Binary10101011011010011101011010101000100111011101011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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