#49B844

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

Shades of Fruit Salad #49B844

Tints of Fruit Salad #49B844

Color information

#49B844 (or 0x49B844) is unknown color: approx Fruit Salad. HEX triplet: 49, B8 and 44. RGB value is (73,184,68). Sum of RGB (Red+Green+Blue) = 73+184+68=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #49B844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B844 is #B647BB. Grayscale: #898989. Windows color (decimal): -11945916 or 4503625. OLE color: 4503625.

HSL color Cylindrical-coordinate representation of color #49B844: hue angle of 117.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B844 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB7318468-
CMYK0.6000.630.28
HSL117.41º46.03%49.41%-
HSV(B)117.41º63.04%72.16%-
XYZ20.9336.1111.34-
YUV137.5988.7381.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 184 (72.27% from 255) = 56.62%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=22.46%
G=56.62%
B=20.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73184680.6000.630.28117.4146.0349.41
Hex49B8443C03F1C752e31
Octal11127010474077341655661
Binary10010011011100010001001111000111111111001110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,184,68); }

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

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

 a { background-color: rgb(73,184,68); }

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

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

 span { border-color: rgb(73,184,68); }

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