#5FA341

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

Shades of Apple #5FA341

Tints of Apple #5FA341

Color information

#5FA341 (or 0x5FA341) is unknown color: approx Apple. HEX triplet: 5F, A3 and 41. RGB value is (95,163,65). Sum of RGB (Red+Green+Blue) = 95+163+65=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA341 is #A05CBE. Grayscale: #838383. Windows color (decimal): -10509503 or 4301663. OLE color: 4301663.

HSL color Cylindrical-coordinate representation of color #5FA341: hue angle of 101.63º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FA341 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB9516365-
CMYK0.4200.600.36
HSL101.63º42.98%44.71%-
HSV(B)101.63º60.12%63.92%-
XYZ18.7729.019.61-
YUV131.590.47101.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=29.41%
G=50.46%
B=20.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95163650.4200.600.36101.6342.9844.71
Hex5FA3412A03C24662b2d
Octal13724310152074441465355
Binary101111110100011100000110101001111001001001100110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,163,65); }

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

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

 a { background-color: rgb(95,163,65); }

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

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

 span { border-color: rgb(95,163,65); }

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