#49A741

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

Shades of Fruit Salad #49A741

Tints of Fruit Salad #49A741

Color information

#49A741 (or 0x49A741) is unknown color: approx Fruit Salad. HEX triplet: 49, A7 and 41. RGB value is (73,167,65). Sum of RGB (Red+Green+Blue) = 73+167+65=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #49A741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A741 is #B658BE. Grayscale: #7F7F7F. Windows color (decimal): -11950271 or 4302665. OLE color: 4302665.

HSL color Cylindrical-coordinate representation of color #49A741: hue angle of 115.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A741 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB7316765-
CMYK0.5600.610.35
HSL115.29º43.97%45.49%-
HSV(B)115.29º61.08%65.49%-
XYZ17.5229.449.76-
YUV127.2792.8689.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 167 (65.62% from 255) = 54.75%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=23.93%
G=54.75%
B=21.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167650.5600.610.35115.2943.9745.49
Hex49A7413803D23732c2d
Octal11124710170075431635455
Binary100100110100111100000111100001111011000111110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,65); }

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

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

 a { background-color: rgb(73,167,65); }

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

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

 span { border-color: rgb(73,167,65); }

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