#74AE4A

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

Shades of Apple #74AE4A

Tints of Apple #74AE4A

Color information

#74AE4A (or 0x74AE4A) is unknown color: approx Apple. HEX triplet: 74, AE and 4A. RGB value is (116,174,74). Sum of RGB (Red+Green+Blue) = 116+174+74=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE4A is #8B51B5. Grayscale: #919191. Windows color (decimal): -9130422 or 4894324. OLE color: 4894324.

HSL color Cylindrical-coordinate representation of color #74AE4A: hue angle of 94.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74AE4A is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB11617474-
CMYK0.3300.570.32
HSL94.8º40.32%48.63%-
HSV(B)94.8º57.47%68.24%-
XYZ23.5734.4811.89-
YUV145.2687.78107.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=31.87%
G=47.80%
B=20.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116174740.3300.570.3294.840.3248.63
Hex74AE4A21039205f2831
Octal16425611241071401375061
Binary111010010101110100101010000101110011000001011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,174,74); }

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

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

 a { background-color: rgb(116,174,74); }

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

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

 span { border-color: rgb(116,174,74); }

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