#71AB41

Color #71AB41 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #71AB41

Tints of Apple #71AB41

Color information

#71AB41 (or 0x71AB41) is unknown color: approx Apple. HEX triplet: 71, AB and 41. RGB value is (113,171,65). Sum of RGB (Red+Green+Blue) = 113+171+65=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB41 is #8E54BE. Grayscale: #8D8D8D. Windows color (decimal): -9327807 or 4303729. OLE color: 4303729.

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

Color convert

RGB11317165-
CMYK0.3400.620.33
HSL92.83º44.92%46.27%-
HSV(B)92.83º61.99%67.06%-
XYZ22.3333.0210.2-
YUV141.5784.78107.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=32.38%
G=49.00%
B=18.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171650.3400.620.3392.8344.9246.27
Hex71AB412203E215d2d2e
Octal16125310142076411355556
Binary111000110101011100000110001001111101000011011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,65); }

 H1.HeaderClassName
 {
   color: #71AB41;
 }
 .AnyTagClassName
 {
   color: #71AB41;
 }
</style>
background-color css

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

 a { background-color: rgb(113,171,65); }

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

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

 span { border-color: rgb(113,171,65); }

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