#71B644

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

Shades of Apple #71B644

Tints of Apple #71B644

Color information

#71B644 (or 0x71B644) is unknown color: approx Apple. HEX triplet: 71, B6 and 44. RGB value is (113,182,68). Sum of RGB (Red+Green+Blue) = 113+182+68=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #71B644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B644 is #8E49BB. Grayscale: #949494. Windows color (decimal): -9324988 or 4503153. OLE color: 4503153.

HSL color Cylindrical-coordinate representation of color #71B644: hue angle of 96.32º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71B644 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB11318268-
CMYK0.3800.630.29
HSL96.32º45.6%49.02%-
HSV(B)96.32º62.64%71.37%-
XYZ24.5837.3811.39-
YUV148.3782.64102.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=31.13%
G=50.14%
B=18.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113182680.3800.630.2996.3245.649.02
Hex71B6442603F1D602e31
Octal16126610446077351405661
Binary11100011011011010001001001100111111111011100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,182,68); }

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

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

 a { background-color: rgb(113,182,68); }

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

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

 span { border-color: rgb(113,182,68); }

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