#74AF48

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

Shades of Apple #74AF48

Tints of Apple #74AF48

Color information

#74AF48 (or 0x74AF48) is unknown color: approx Apple. HEX triplet: 74, AF and 48. RGB value is (116,175,72). Sum of RGB (Red+Green+Blue) = 116+175+72=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF48 is #8B50B7. Grayscale: #919191. Windows color (decimal): -9130168 or 4763508. OLE color: 4763508.

HSL color Cylindrical-coordinate representation of color #74AF48: hue angle of 94.37º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74AF48 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB11617572-
CMYK0.3400.590.31
HSL94.37º41.7%48.43%-
HSV(B)94.37º58.86%68.63%-
XYZ23.734.8411.61-
YUV145.6286.45106.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=31.96%
G=48.21%
B=19.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175720.3400.590.3194.3741.748.43
Hex74AF482203B1F5e2a30
Octal16425711042073371365260
Binary11101001010111110010001000100111011111111011110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,175,72); }

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

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

 a { background-color: rgb(116,175,72); }

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

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

 span { border-color: rgb(116,175,72); }

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