#3A9740

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

Shades of Fruit Salad #3A9740

Tints of Fruit Salad #3A9740

Color information

#3A9740 (or 0x3A9740) is unknown color: approx Fruit Salad. HEX triplet: 3A, 97 and 40. RGB value is (58,151,64). Sum of RGB (Red+Green+Blue) = 58+151+64=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #3A9740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9740 is #C568BF. Grayscale: #717171. Windows color (decimal): -12937408 or 4233018. OLE color: 4233018.

HSL color Cylindrical-coordinate representation of color #3A9740: hue angle of 123.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9740 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB5815164-
CMYK0.6200.580.41
HSL123.87º44.5%40.98%-
HSV(B)123.87º61.59%59.22%-
XYZ13.7423.48.64-
YUV113.28100.1988.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 151 (59.38% from 255) = 55.31%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=21.25%
G=55.31%
B=23.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58151640.6200.580.41123.8744.540.98
Hex3A97403E03A297c2c29
Octal7222710076072511745451
Binary11101010010111100000011111001110101010011111100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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