#5FA049

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

Shades of Apple #5FA049

Tints of Apple #5FA049

Color information

#5FA049 (or 0x5FA049) is unknown color: approx Apple. HEX triplet: 5F, A0 and 49. RGB value is (95,160,73). Sum of RGB (Red+Green+Blue) = 95+160+73=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA049 is #A05FB6. Grayscale: #828282. Windows color (decimal): -10510263 or 4825183. OLE color: 4825183.

HSL color Cylindrical-coordinate representation of color #5FA049: hue angle of 104.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FA049 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB9516073-
CMYK0.4100.540.37
HSL104.83º37.34%45.69%-
HSV(B)104.83º54.37%62.75%-
XYZ18.4928.0610.74-
YUV130.6595.47102.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=28.96%
G=48.78%
B=22.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95160730.4100.540.37104.8337.3445.69
Hex5FA049290362569252e
Octal13724011151066451514556
Binary101111110100000100100110100101101101001011101001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA049; }

 p { color: rgb(95,160,73); }

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

<style>
 a { background-color: #5FA049; }

 a { background-color: rgb(95,160,73); }

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

<style>
 span { border-color: #5FA049; }

 span { border-color: rgb(95,160,73); }

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