#49B53C

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

Shades of Fruit Salad #49B53C

Tints of Fruit Salad #49B53C

Color information

#49B53C (or 0x49B53C) is unknown color: approx Fruit Salad. HEX triplet: 49, B5 and 3C. RGB value is (73,181,60). Sum of RGB (Red+Green+Blue) = 73+181+60=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #49B53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B53C is #B64AC3. Grayscale: #878787. Windows color (decimal): -11946692 or 3978569. OLE color: 3978569.

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

Color convert

RGB7318160-
CMYK0.6000.670.29
HSL113.55º50.21%47.25%-
HSV(B)113.55º66.85%70.98%-
XYZ20.0934.799.93-
YUV134.9185.7283.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 181 (71.09% from 255) = 57.64%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=23.25%
G=57.64%
B=19.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181600.6000.670.29113.5550.2147.25
Hex49B53C3C0431D72322f
Octal11126574740103351626257
Binary10010011011010111110011110001000011111011110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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