#4FAF3C

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

Shades of Apple #4FAF3C

Tints of Apple #4FAF3C

Color information

#4FAF3C (or 0x4FAF3C) is unknown color: approx Apple. HEX triplet: 4F, AF and 3C. RGB value is (79,175,60). Sum of RGB (Red+Green+Blue) = 79+175+60=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAF3C is #B050C3. Grayscale: #858585. Windows color (decimal): -11555012 or 3977039. OLE color: 3977039.

HSL color Cylindrical-coordinate representation of color #4FAF3C: hue angle of 110.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FAF3C is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB7917560-
CMYK0.5500.660.31
HSL110.09º48.94%46.08%-
HSV(B)110.09º65.71%68.63%-
XYZ19.3732.659.56-
YUV133.1986.789.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 175 (68.75% from 255) = 55.73%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=25.16%
G=55.73%
B=19.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175600.5500.660.31110.0948.9446.08
Hex4FAF3C370421F6e312e
Octal11725774670102371566156
Binary10011111010111111110011011101000010111111101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FAF3C; }

 p { color: rgb(79,175,60); }

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

<style>
 a { background-color: #4FAF3C; }

 a { background-color: rgb(79,175,60); }

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

<style>
 span { border-color: #4FAF3C; }

 span { border-color: rgb(79,175,60); }

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