#49A453

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

Shades of Fruit Salad #49A453

Tints of Fruit Salad #49A453

Color information

#49A453 (or 0x49A453) is unknown color: approx Fruit Salad. HEX triplet: 49, A4 and 53. RGB value is (73,164,83). Sum of RGB (Red+Green+Blue) = 73+164+83=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #49A453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A453 is #B65BAC. Grayscale: #7F7F7F. Windows color (decimal): -11951021 or 5481545. OLE color: 5481545.

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

Color convert

RGB7316483-
CMYK0.5500.490.36
HSL126.59º38.4%46.47%-
HSV(B)126.59º55.49%64.31%-
XYZ17.5828.5912.78-
YUV127.56102.8589.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=22.81%
G=51.25%
B=25.94%

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
Decimal73164830.5500.490.36126.5938.446.47
Hex49A45337031247f262e
Octal11124412367061441774656
Binary100100110100100101001111011101100011001001111111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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