#55A538

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

Shades of Apple #55A538

Tints of Apple #55A538

Color information

#55A538 (or 0x55A538) is unknown color: approx Apple. HEX triplet: 55, A5 and 38. RGB value is (85,165,56). Sum of RGB (Red+Green+Blue) = 85+165+56=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #55A538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A538 is #AA5AC7. Grayscale: #818181. Windows color (decimal): -11164360 or 3712341. OLE color: 3712341.

HSL color Cylindrical-coordinate representation of color #55A538: hue angle of 104.04º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A538 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB8516556-
CMYK0.4800.660.35
HSL104.04º49.32%43.33%-
HSV(B)104.04º66.06%64.71%-
XYZ17.9229.138.42-
YUV128.658796.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 165 (64.84% from 255) = 53.92%
BLUE value IS 56 (22.27% from 255) = 18.30%
R=27.78%
G=53.92%
B=18.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165560.4800.660.35104.0449.3243.33
Hex55A538300422368312b
Octal12524570600102431506153
Binary101010110100101111000110000010000101000111101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,165,56); }

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

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

 a { background-color: rgb(85,165,56); }

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

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

 span { border-color: rgb(85,165,56); }

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