#49AA3D

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

Shades of Fruit Salad #49AA3D

Tints of Fruit Salad #49AA3D

Color information

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

HSL color Cylindrical-coordinate representation of color #49AA3D: hue angle of 113.39º 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 #49AA3D is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB7317061-
CMYK0.5700.640.33
HSL113.39º47.19%45.29%-
HSV(B)113.39º64.12%66.67%-
XYZ17.9630.59.36-
YUV128.5789.8688.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73170610.5700.640.33113.3947.1945.29
Hex49AA3D3904021712f2d
Octal11125275710100411615755
Binary100100110101010111101111001010000001000011110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AA3D; }

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

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

<style>
 a { background-color: #49AA3D; }

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

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

<style>
 span { border-color: #49AA3D; }

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

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