#49A253

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

Shades of Fruit Salad #49A253

Tints of Fruit Salad #49A253

Color information

#49A253 (or 0x49A253) is unknown color: approx Fruit Salad. HEX triplet: 49, A2 and 53. RGB value is (73,162,83). Sum of RGB (Red+Green+Blue) = 73+162+83=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #49A253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A253 is #B65DAC. Grayscale: #7E7E7E. Windows color (decimal): -11951533 or 5481033. OLE color: 5481033.

HSL color Cylindrical-coordinate representation of color #49A253: hue angle of 126.74º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A253 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB7316283-
CMYK0.5500.490.36
HSL126.74º37.87%46.08%-
HSV(B)126.74º54.94%63.53%-
XYZ17.2327.8812.66-
YUV126.38103.5189.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=22.96%
G=50.94%
B=26.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73162830.5500.490.36126.7437.8746.08
Hex49A25337031247f262e
Octal11124212367061441774656
Binary100100110100010101001111011101100011001001111111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,83); }

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

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

 a { background-color: rgb(73,162,83); }

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

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

 span { border-color: rgb(73,162,83); }

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