#3DAA49

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

Shades of Fruit Salad #3DAA49

Tints of Fruit Salad #3DAA49

Color information

#3DAA49 (or 0x3DAA49) is unknown color: approx Fruit Salad. HEX triplet: 3D, AA and 49. RGB value is (61,170,73). Sum of RGB (Red+Green+Blue) = 61+170+73=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAA49 is #C255B6. Grayscale: #7E7E7E. Windows color (decimal): -12735927 or 4827709. OLE color: 4827709.

HSL color Cylindrical-coordinate representation of color #3DAA49: hue angle of 126.61º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA49 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB6117073-
CMYK0.6400.570.33
HSL126.61º47.19%45.29%-
HSV(B)126.61º64.12%66.67%-
XYZ17.530.2211.21-
YUV126.3597.8981.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 170 (66.80% from 255) = 55.92%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=20.07%
G=55.92%
B=24.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61170730.6400.570.33126.6147.1945.29
Hex3DAA4940039217f2f2d
Octal75252111100071411775755
Binary111101101010101001001100000001110011000011111111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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