#74B44D

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

Shades of Apple #74B44D

Tints of Apple #74B44D

Color information

#74B44D (or 0x74B44D) is unknown color: approx Apple. HEX triplet: 74, B4 and 4D. RGB value is (116,180,77). Sum of RGB (Red+Green+Blue) = 116+180+77=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #74B44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B44D is #8B4BB2. Grayscale: #959595. Windows color (decimal): -9128883 or 5092468. OLE color: 5092468.

HSL color Cylindrical-coordinate representation of color #74B44D: hue angle of 97.28º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74B44D is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB11618077-
CMYK0.3600.570.29
HSL97.28º40.71%50.39%-
HSV(B)97.28º57.22%70.59%-
XYZ24.8636.8912.83-
YUV149.1287.3104.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=31.10%
G=48.26%
B=20.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116180770.3600.570.2997.2840.7150.39
Hex74B44D240391D612932
Octal16426411544071351415162
Binary11101001011010010011011001000111001111011100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B44D; }

 p { color: rgb(116,180,77); }

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

<style>
 a { background-color: #74B44D; }

 a { background-color: rgb(116,180,77); }

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

<style>
 span { border-color: #74B44D; }

 span { border-color: rgb(116,180,77); }

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