#55A53D

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

Shades of Apple #55A53D

Tints of Apple #55A53D

Color information

#55A53D (or 0x55A53D) is unknown color: approx Apple. HEX triplet: 55, A5 and 3D. RGB value is (85,165,61). Sum of RGB (Red+Green+Blue) = 85+165+61=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #55A53D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A53D is #AA5AC2. Grayscale: #818181. Windows color (decimal): -11164355 or 4040021. OLE color: 4040021.

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

Color convert

RGB8516561-
CMYK0.4800.630.35
HSL106.15º46.02%44.31%-
HSV(B)106.15º63.03%64.71%-
XYZ18.0429.189.1-
YUV129.2289.596.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=27.33%
G=53.05%
B=19.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165610.4800.630.35106.1546.0244.31
Hex55A53D3003F236a2e2c
Octal1252457560077431525654
Binary10101011010010111110111000001111111000111101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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