#49B53F

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

Shades of Fruit Salad #49B53F

Tints of Fruit Salad #49B53F

Color information

#49B53F (or 0x49B53F) is unknown color: approx Fruit Salad. HEX triplet: 49, B5 and 3F. RGB value is (73,181,63). Sum of RGB (Red+Green+Blue) = 73+181+63=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #49B53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B53F is #B64AC0. Grayscale: #878787. Windows color (decimal): -11946689 or 4175177. OLE color: 4175177.

HSL color Cylindrical-coordinate representation of color #49B53F: hue angle of 114.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B53F is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB7318163-
CMYK0.6000.650.29
HSL114.92º48.36%47.84%-
HSV(B)114.92º65.19%70.98%-
XYZ20.1734.8210.36-
YUV135.2687.2283.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 181 (71.09% from 255) = 57.10%
BLUE value IS 63 (25% from 255) = 19.87%
R=23.03%
G=57.10%
B=19.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181630.6000.650.29114.9248.3647.84
Hex49B53F3C0411D733030
Octal11126577740101351636060
Binary10010011011010111111111110001000001111011110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,181,63); }

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

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

 a { background-color: rgb(73,181,63); }

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

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

 span { border-color: rgb(73,181,63); }

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