#55AD42

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

Shades of Apple #55AD42

Tints of Apple #55AD42

Color information

#55AD42 (or 0x55AD42) is unknown color: approx Apple. HEX triplet: 55, AD and 42. RGB value is (85,173,66). Sum of RGB (Red+Green+Blue) = 85+173+66=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD42 is #AA52BD. Grayscale: #868686. Windows color (decimal): -11162302 or 4369749. OLE color: 4369749.

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

Color convert

RGB8517366-
CMYK0.5100.620.32
HSL109.35º44.77%46.86%-
HSV(B)109.35º61.85%67.84%-
XYZ19.6732.2110.33-
YUV134.4989.3592.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 173 (67.97% from 255) = 53.40%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=26.23%
G=53.40%
B=20.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173660.5100.620.32109.3544.7746.86
Hex55AD423303E206d2d2f
Octal12525510263076401555557
Binary101010110101101100001011001101111101000001101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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