#3da049

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

Shades of Fruit Salad #3DA049

Tints of Fruit Salad #3DA049

Color information

#3DA049 (or 0x3DA049) is unknown color: approx Fruit Salad. HEX triplet: 3D, A0 and 49. RGB value is (61,160,73). Sum of RGB (Red+Green+Blue) = 61+160+73=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA049 is #C25FB6. Grayscale: #787878. Windows color (decimal): -12738487 or 4825149. OLE color: 4825149.

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

Color convert

RGB6116073-
CMYK0.6200.540.37
HSL127.27º44.8%43.33%-
HSV(B)127.27º61.87%62.75%-
XYZ15.726.6110.61-
YUV120.48101.285.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 160 (62.89% from 255) = 54.42%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=20.75%
G=54.42%
B=24.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61160730.6200.540.37127.2744.843.33
Hex3DA0493E036257f2d2b
Octal7524011176066451775553
Binary11110110100000100100111111001101101001011111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3da049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,73); }

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

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

 a { background-color: rgb(61,160,73); }

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

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

 span { border-color: rgb(61,160,73); }

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