#49A452

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

Shades of Fruit Salad #49A452

Tints of Fruit Salad #49A452

Color information

#49A452 (or 0x49A452) is unknown color: approx Fruit Salad. HEX triplet: 49, A4 and 52. RGB value is (73,164,82). Sum of RGB (Red+Green+Blue) = 73+164+82=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #49A452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A452 is #B65BAD. Grayscale: #7F7F7F. Windows color (decimal): -11951022 or 5416009. OLE color: 5416009.

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

Color convert

RGB7316482-
CMYK0.5500.50.36
HSL125.93º38.4%46.47%-
HSV(B)125.93º55.49%64.31%-
XYZ17.5528.5812.57-
YUV127.44102.3589.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=22.88%
G=51.41%
B=25.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164820.5500.50.36125.9338.446.47
Hex49A45237032247e262e
Octal11124412267062441764656
Binary100100110100100101001011011101100101001001111110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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