Html Css Color HEX #56AA49 Apple

📋 copy color: '#56AA49'

red 86 ◦ green 170 ◦ blue 73

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

Shades of Apple #56AA49

Tints of Apple #56AA49

RGB

 RED value IS 86 (33.98% from 255) = 26.14%

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 26.14%
G = 51.67%
B = 22.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#56AA49 (or 0x56AA49) is known color: Apple. HEX triplet: 56, AA and 49. RGB value is (86,170,73). Sum of RGB (Red+Green+Blue) = 86+170+73=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA49 is #A955B6. Grayscale: #868686. Windows color (decimal): -11097527 or 4827734. OLE color: 4827734.

HSL color Cylindrical-coordinate representation of color #56AA49: hue angle of 111.96º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56AA49 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 170 73 -
CMYK 0.49 0 0.57 0.33
HSL 111.96º 0.4% 0.48% -
HSV(B) 111.96º 0.57% 0.67% -
XYZ 19.42 31.21 11.3 -
YUV 133.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 86 170 73 0.49 0 0.57 0.33 111.96 0.4 0.48
Hex 56 AA 49 31 0 39 21 70 28 30
Octal 126 252 111 61 0 71 41 160 50 60
Binary 1010110 10101010 1001001 110001 0 111001 100001 1110000 101000 110000

Color Harmonies of #56AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AA49

Black with #56AA49

Text Example


Text Example

White with #56AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AA49; }

 p { color: rgb(86,170,73); }

 H1.HeaderClassName
 {
   color: #56AA49;
 }
 .AnyTagClassName
 {
   color: #56AA49;
 }
</style>

background-color css

<style>
 a { background-color: #56AA49; }

 a { background-color: rgb(86,170,73); }

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

border-color css

<style>
 span { border-color: #56AA49; }

 span { border-color: rgb(86,170,73); }

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