#49B74D

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

Shades of Fruit Salad #49B74D

Tints of Fruit Salad #49B74D

Color information

#49B74D (or 0x49B74D) is unknown color: approx Fruit Salad. HEX triplet: 49, B7 and 4D. RGB value is (73,183,77). Sum of RGB (Red+Green+Blue) = 73+183+77=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #49B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B74D is #B648B2. Grayscale: #8A8A8A. Windows color (decimal): -11946163 or 5093193. OLE color: 5093193.

HSL color Cylindrical-coordinate representation of color #49B74D: hue angle of 122.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B74D is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB7318377-
CMYK0.6000.580.28
HSL122.18º43.31%50.2%-
HSV(B)122.18º60.11%71.76%-
XYZ21.0235.8212.83-
YUV138.0393.5681.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 183 (71.88% from 255) = 54.95%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=21.92%
G=54.95%
B=23.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73183770.6000.580.28122.1843.3150.2
Hex49B74D3C03A1C7a2b32
Octal11126711574072341725362
Binary10010011011011110011011111000111010111001111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,77); }

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

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

 a { background-color: rgb(73,183,77); }

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

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

 span { border-color: rgb(73,183,77); }

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