#49B443

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

Shades of Fruit Salad #49B443

Tints of Fruit Salad #49B443

Color information

#49B443 (or 0x49B443) is unknown color: approx Fruit Salad. HEX triplet: 49, B4 and 43. RGB value is (73,180,67). Sum of RGB (Red+Green+Blue) = 73+180+67=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #49B443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B443 is #B64BBC. Grayscale: #878787. Windows color (decimal): -11946941 or 4437065. OLE color: 4437065.

HSL color Cylindrical-coordinate representation of color #49B443: hue angle of 116.81º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B443 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB7318067-
CMYK0.5900.630.29
HSL116.81º45.75%48.43%-
HSV(B)116.81º62.78%70.59%-
XYZ20.0834.4610.9-
YUV135.1289.5583.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 180 (70.70% from 255) = 56.25%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=22.81%
G=56.25%
B=20.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73180670.5900.630.29116.8145.7548.43
Hex49B4433B03F1D752e30
Octal11126410373077351655660
Binary10010011011010010000111110110111111111011110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,180,67); }

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

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

 a { background-color: rgb(73,180,67); }

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

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

 span { border-color: rgb(73,180,67); }

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