#49B151

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

Shades of Fruit Salad #49B151

Tints of Fruit Salad #49B151

Color information

#49B151 (or 0x49B151) is unknown color: approx Fruit Salad. HEX triplet: 49, B1 and 51. RGB value is (73,177,81). Sum of RGB (Red+Green+Blue) = 73+177+81=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #49B151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B151 is #B64EAE. Grayscale: #878787. Windows color (decimal): -11947695 or 5353801. OLE color: 5353801.

HSL color Cylindrical-coordinate representation of color #49B151: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B151 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB7317781-
CMYK0.5900.540.31
HSL124.62º41.6%49.02%-
HSV(B)124.62º58.76%69.41%-
XYZ19.9533.4513.19-
YUV134.9697.5483.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 177 (69.53% from 255) = 53.47%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=22.05%
G=53.47%
B=24.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73177810.5900.540.31124.6241.649.02
Hex49B1513B0361F7d2a31
Octal11126112173066371755261
Binary10010011011000110100011110110110110111111111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,177,81); }

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

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

 a { background-color: rgb(73,177,81); }

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

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

 span { border-color: rgb(73,177,81); }

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