#55B04A

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

Shades of Apple #55B04A

Tints of Apple #55B04A

Color information

#55B04A (or 0x55B04A) is unknown color: approx Apple. HEX triplet: 55, B0 and 4A. RGB value is (85,176,74). Sum of RGB (Red+Green+Blue) = 85+176+74=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #55B04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B04A is #AA4FB5. Grayscale: #898989. Windows color (decimal): -11161526 or 4894805. OLE color: 4894805.

HSL color Cylindrical-coordinate representation of color #55B04A: hue angle of 113.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55B04A is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB8517674-
CMYK0.5200.580.31
HSL113.53º40.8%49.02%-
HSV(B)113.53º57.95%69.02%-
XYZ20.5133.4811.86-
YUV137.1692.3590.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=25.37%
G=52.54%
B=22.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85176740.5200.580.31113.5340.849.02
Hex55B04A3403A1F722931
Octal12526011264072371625161
Binary10101011011000010010101101000111010111111110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,74); }

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

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

 a { background-color: rgb(85,176,74); }

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

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

 span { border-color: rgb(85,176,74); }

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