#3A9F41

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

Shades of Fruit Salad #3A9F41

Tints of Fruit Salad #3A9F41

Color information

#3A9F41 (or 0x3A9F41) is unknown color: approx Fruit Salad. HEX triplet: 3A, 9F and 41. RGB value is (58,159,65). Sum of RGB (Red+Green+Blue) = 58+159+65=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 159 (62.5% from 255 or 56.38% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9F41 is #C560BE. Grayscale: #767676. Windows color (decimal): -12935359 or 4300602. OLE color: 4300602.

HSL color Cylindrical-coordinate representation of color #3A9F41: hue angle of 124.16º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F41 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB5815965-
CMYK0.6400.590.38
HSL124.16º46.54%42.55%-
HSV(B)124.16º63.52%62.35%-
XYZ15.126.089.24-
YUV118.0898.0485.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.57%
GREEN value IS 159 (62.5% from 255) = 56.38%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=20.57%
G=56.38%
B=23.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58159650.6400.590.38124.1646.5442.55
Hex3A9F414003B267c2f2b
Octal72237101100073461745753
Binary111010100111111000001100000001110111001101111100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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