Html Css Color HEX #71AA52 Apple

📋 copy color: '#71AA52'

red 113 ◦ green 170 ◦ blue 82

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

Shades of Apple #71AA52

Tints of Apple #71AA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 30.96%
G = 46.58%
B = 22.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#71AA52 (or 0x71AA52) is known color: Apple. HEX triplet: 71, AA and 52. RGB value is (113,170,82). Sum of RGB (Red+Green+Blue) = 113+170+82=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA52 is #8E55AD. Grayscale: #8F8F8F. Windows color (decimal): -9328046 or 5417585. OLE color: 5417585.

HSL color Cylindrical-coordinate representation of color #71AA52: hue angle of 98.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71AA52 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 170 82 -
CMYK 0.34 0 0.52 0.33
HSL 98.86º 0.35% 0.49% -
HSV(B) 98.86º 0.52% 0.67% -
XYZ 22.71 32.87 13.13 -
YUV 142.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 113 170 82 0.34 0 0.52 0.33 98.86 0.35 0.49
Hex 71 AA 52 22 0 34 21 63 23 31
Octal 161 252 122 42 0 64 41 143 43 61
Binary 1110001 10101010 1010010 100010 0 110100 100001 1100011 100011 110001

Color Harmonies of #71AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA52

Black with #71AA52

Text Example


Text Example

White with #71AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,170,82); }

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

background-color css

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

 a { background-color: rgb(113,170,82); }

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

border-color css

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

 span { border-color: rgb(113,170,82); }

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