#3A9241

Color #3A9241 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3A9241

Tints of Fruit Salad #3A9241

Color information

#3A9241 (or 0x3A9241) is unknown color: approx Fruit Salad. HEX triplet: 3A, 92 and 41. RGB value is (58,146,65). Sum of RGB (Red+Green+Blue) = 58+146+65=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9241 is #C56DBE. Grayscale: #6E6E6E. Windows color (decimal): -12938687 or 4297274. OLE color: 4297274.

HSL color Cylindrical-coordinate representation of color #3A9241: hue angle of 124.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9241 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5814665-
CMYK0.6000.550.43
HSL124.77º43.14%40%-
HSV(B)124.77º60.27%57.25%-
XYZ12.9821.848.53-
YUV110.45102.3590.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=21.56%
G=54.28%
B=24.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58146650.6000.550.43124.7743.1440
Hex3A92413C0372B7d2b28
Octal7222210174067531755350
Binary11101010010010100000111110001101111010111111101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A9241; }

 p { color: rgb(58,146,65); }

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

<style>
 a { background-color: #3A9241; }

 a { background-color: rgb(58,146,65); }

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

<style>
 span { border-color: #3A9241; }

 span { border-color: rgb(58,146,65); }

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