#49A257

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

Shades of Fruit Salad #49A257

Tints of Fruit Salad #49A257

Color information

#49A257 (or 0x49A257) is unknown color: approx Fruit Salad. HEX triplet: 49, A2 and 57. RGB value is (73,162,87). Sum of RGB (Red+Green+Blue) = 73+162+87=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #49A257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A257 is #B65DA8. Grayscale: #7F7F7F. Windows color (decimal): -11951529 or 5743177. OLE color: 5743177.

HSL color Cylindrical-coordinate representation of color #49A257: hue angle of 129.44º 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 #49A257 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB7316287-
CMYK0.5500.460.36
HSL129.44º37.87%46.08%-
HSV(B)129.44º54.94%63.53%-
XYZ17.3927.9513.49-
YUV126.84105.5189.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=22.67%
G=50.31%
B=27.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73162870.5500.460.36129.4437.8746.08
Hex49A2573702E2481262e
Octal11124212767056442014656
Binary1001001101000101010111110111010111010010010000001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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