Html Css Color HEX #71A441 Apple

📋 copy color: '#71A441'

red 113 ◦ green 164 ◦ blue 65

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

Shades of Apple #71A441

Tints of Apple #71A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 33.04%
G = 47.95%
B = 19.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#71A441 (or 0x71A441) is known color: Apple. HEX triplet: 71, A4 and 41. RGB value is (113,164,65). Sum of RGB (Red+Green+Blue) = 113+164+65=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #71A441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A441 is #8E5BBE. Grayscale: #898989. Windows color (decimal): -9329599 or 4301937. OLE color: 4301937.

HSL color Cylindrical-coordinate representation of color #71A441: hue angle of 90.91º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71A441 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 65 -
CMYK 0.31 0 0.60 0.36
HSL 90.91º 0.43% 0.45% -
HSV(B) 90.91º 0.6% 0.64% -
XYZ 21.04 30.44 9.77 -
YUV 137.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 113 164 65 0.31 0 0.60 0.36 90.91 0.43 0.45
Hex 71 A4 41 1F 0 3C 24 5B 2B 2D
Octal 161 244 101 37 0 74 44 133 53 55
Binary 1110001 10100100 1000001 11111 0 111100 100100 1011011 101011 101101

Color Harmonies of #71A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A441

Black with #71A441

Text Example


Text Example

White with #71A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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