Html Css Color HEX #71AD49 Apple

📋 copy color: '#71AD49'

red 113 ◦ green 173 ◦ blue 73

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

Shades of Apple #71AD49

Tints of Apple #71AD49

RGB

 RED value IS 113 (44.53% from 255) = 31.48%

 GREEN value IS 173 (67.97% from 255) = 48.19%

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

R = 31.48%
G = 48.19%
B = 20.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#71AD49 (or 0x71AD49) is known color: Apple. HEX triplet: 71, AD and 49. RGB value is (113,173,73). Sum of RGB (Red+Green+Blue) = 113+173+73=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD49 is #8E52B6. Grayscale: #909090. Windows color (decimal): -9327287 or 4828529. OLE color: 4828529.

HSL color Cylindrical-coordinate representation of color #71AD49: hue angle of 96º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71AD49 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 73 -
CMYK 0.35 0 0.58 0.32
HSL 96º 0.41% 0.48% -
HSV(B) 96º 0.58% 0.68% -
XYZ 22.96 33.88 11.63 -
YUV 143.66 88.12 106.13 -
System Red Green Blue C M Y K H S L
Decimal 113 173 73 0.35 0 0.58 0.32 96 0.41 0.48
Hex 71 AD 49 23 0 3A 20 60 29 30
Octal 161 255 111 43 0 72 40 140 51 60
Binary 1110001 10101101 1001001 100011 0 111010 100000 1100000 101001 110000

Color Harmonies of #71AD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD49

Black with #71AD49

Text Example


Text Example

White with #71AD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AD49; }

 p { color: rgb(113,173,73); }

 H1.HeaderClassName
 {
   color: #71AD49;
 }
 .AnyTagClassName
 {
   color: #71AD49;
 }
</style>

background-color css

<style>
 a { background-color: #71AD49; }

 a { background-color: rgb(113,173,73); }

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

border-color css

<style>
 span { border-color: #71AD49; }

 span { border-color: rgb(113,173,73); }

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