#3AA740

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

Shades of Fruit Salad #3AA740

Tints of Fruit Salad #3AA740

Color information

#3AA740 (or 0x3AA740) is unknown color: approx Fruit Salad. HEX triplet: 3A, A7 and 40. RGB value is (58,167,64). Sum of RGB (Red+Green+Blue) = 58+167+64=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA740 is #C558BF. Grayscale: #7A7A7A. Windows color (decimal): -12933312 or 4237114. OLE color: 4237114.

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

Color convert

RGB5816764-
CMYK0.6500.620.35
HSL123.3º48.44%44.12%-
HSV(B)123.3º65.27%65.49%-
XYZ16.4928.919.56-
YUV122.6794.8981.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 167 (65.62% from 255) = 57.79%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=20.07%
G=57.79%
B=22.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58167640.6500.620.35123.348.4444.12
Hex3AA7404103E237b302c
Octal72247100101076431736054
Binary111010101001111000000100000101111101000111111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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