#55AD38

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

Shades of Apple #55AD38

Tints of Apple #55AD38

Color information

#55AD38 (or 0x55AD38) is unknown color: approx Apple. HEX triplet: 55, AD and 38. RGB value is (85,173,56). Sum of RGB (Red+Green+Blue) = 85+173+56=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD38 is #AA52C7. Grayscale: #858585. Windows color (decimal): -11162312 or 3714389. OLE color: 3714389.

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

Color convert

RGB8517356-
CMYK0.5100.680.32
HSL105.13º51.09%44.9%-
HSV(B)105.13º67.63%67.84%-
XYZ19.432.18.92-
YUV133.3584.3593.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 173 (67.97% from 255) = 55.10%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=27.07%
G=55.10%
B=17.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173560.5100.680.32105.1351.0944.9
Hex55AD38330442069332d
Octal12525570630104401516355
Binary101010110101101111000110011010001001000001101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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