#3AA046

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

Shades of Fruit Salad #3AA046

Tints of Fruit Salad #3AA046

Color information

#3AA046 (or 0x3AA046) is unknown color: approx Fruit Salad. HEX triplet: 3A, A0 and 46. RGB value is (58,160,70). Sum of RGB (Red+Green+Blue) = 58+160+70=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA046 is #C55FB9. Grayscale: #777777. Windows color (decimal): -12935098 or 4628538. OLE color: 4628538.

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

Color convert

RGB5816070-
CMYK0.6400.560.37
HSL127.06º46.79%42.75%-
HSV(B)127.06º63.75%62.75%-
XYZ15.4226.4810.09-
YUV119.24100.2184.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=20.14%
G=55.56%
B=24.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58160700.6400.560.37127.0646.7942.75
Hex3AA04640038257f2f2b
Octal72240106100070451775753
Binary111010101000001000110100000001110001001011111111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,160,70); }

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

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

 a { background-color: rgb(58,160,70); }

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

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

 span { border-color: rgb(58,160,70); }

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