#71B041

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

Shades of Apple #71B041

Tints of Apple #71B041

Color information

#71B041 (or 0x71B041) is unknown color: approx Apple. HEX triplet: 71, B0 and 41. RGB value is (113,176,65). Sum of RGB (Red+Green+Blue) = 113+176+65=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #71B041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B041 is #8E4FBE. Grayscale: #909090. Windows color (decimal): -9326527 or 4305009. OLE color: 4305009.

HSL color Cylindrical-coordinate representation of color #71B041: hue angle of 94.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71B041 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB11317665-
CMYK0.3600.630.31
HSL94.05º46.06%47.25%-
HSV(B)94.05º63.07%69.02%-
XYZ23.2934.9410.52-
YUV144.5183.13105.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 176 (69.14% from 255) = 49.72%
BLUE value IS 65 (25.78% from 255) = 18.36%
R=31.92%
G=49.72%
B=18.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176650.3600.630.3194.0546.0647.25
Hex71B0412403F1F5e2e2f
Octal16126010144077371365657
Binary11100011011000010000011001000111111111111011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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