#3A9340

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

Shades of Fruit Salad #3A9340

Tints of Fruit Salad #3A9340

Color information

#3A9340 (or 0x3A9340) is unknown color: approx Fruit Salad. HEX triplet: 3A, 93 and 40. RGB value is (58,147,64). Sum of RGB (Red+Green+Blue) = 58+147+64=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9340 is #C56CBF. Grayscale: #6F6F6F. Windows color (decimal): -12938432 or 4231994. OLE color: 4231994.

HSL color Cylindrical-coordinate representation of color #3A9340: hue angle of 124.04º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9340 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5814764-
CMYK0.6100.560.42
HSL124.04º43.41%40.2%-
HSV(B)124.04º60.54%57.65%-
XYZ13.122.148.43-
YUV110.93101.5190.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=21.56%
G=54.65%
B=23.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58147640.6100.560.42124.0443.4140.2
Hex3A93403D0382A7c2b28
Octal7222310075070521745350
Binary11101010010011100000011110101110001010101111100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,64); }

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

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

 a { background-color: rgb(58,147,64); }

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

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

 span { border-color: rgb(58,147,64); }

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