Html Css Color HEX #55A044 Apple

📋 copy color: '#55A044'

red 85 ◦ green 160 ◦ blue 68

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

Shades of Apple #55A044

Tints of Apple #55A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.12%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 27.16%
G = 51.12%
B = 21.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#55A044 (or 0x55A044) is known color: Apple. HEX triplet: 55, A0 and 44. RGB value is (85,160,68). Sum of RGB (Red+Green+Blue) = 85+160+68=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #55A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A044 is #AA5FBB. Grayscale: #7F7F7F. Windows color (decimal): -11165628 or 4497493. OLE color: 4497493.

HSL color Cylindrical-coordinate representation of color #55A044: hue angle of 108.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55A044 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 68 -
CMYK 0.47 0 0.57 0.37
HSL 108.91º 0.4% 0.45% -
HSV(B) 108.91º 0.58% 0.63% -
XYZ 17.36 27.49 9.86 -
YUV 127.09 94.65 97.98 -
System Red Green Blue C M Y K H S L
Decimal 85 160 68 0.47 0 0.57 0.37 108.91 0.4 0.45
Hex 55 A0 44 2F 0 39 25 6D 28 2D
Octal 125 240 104 57 0 71 45 155 50 55
Binary 1010101 10100000 1000100 101111 0 111001 100101 1101101 101000 101101

Color Harmonies of #55A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A044

Black with #55A044

Text Example


Text Example

White with #55A044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,160,68); }

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

background-color css

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

 a { background-color: rgb(85,160,68); }

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

border-color css

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

 span { border-color: rgb(85,160,68); }

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