Html Css Color HEX #55A539 Apple

📋 copy color: '#55A539'

red 85 ◦ green 165 ◦ blue 57

#55A539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #55A539

Tints of Apple #55A539

RGB

 RED value IS 85 (33.59% from 255) = 27.69%

 GREEN value IS 165 (64.84% from 255) = 53.75%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 27.69%
G = 53.75%
B = 18.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#55A539 (or 0x55A539) is known color: Apple. HEX triplet: 55, A5 and 39. RGB value is (85,165,57). Sum of RGB (Red+Green+Blue) = 85+165+57=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #55A539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A539 is #AA5AC6. Grayscale: #818181. Windows color (decimal): -11164359 or 3777877. OLE color: 3777877.

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

Color convert

RGB 85 165 57 -
CMYK 0.48 0 0.65 0.35
HSL 104.44º 0.49% 0.44% -
HSV(B) 104.44º 0.65% 0.65% -
XYZ 17.94 29.14 8.55 -
YUV 128.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 85 165 57 0.48 0 0.65 0.35 104.44 0.49 0.44
Hex 55 A5 39 30 0 41 23 68 31 2C
Octal 125 245 71 60 0 101 43 150 61 54
Binary 1010101 10100101 111001 110000 0 1000001 100011 1101000 110001 101100

Color Harmonies of #55A539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A539

Black with #55A539

Text Example


Text Example

White with #55A539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55A539;
 }
 .AnyTagClassName
 {
   color: #55A539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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