#49A43A

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

Shades of Fruit Salad #49A43A

Tints of Fruit Salad #49A43A

Color information

#49A43A (or 0x49A43A) is unknown color: approx Fruit Salad. HEX triplet: 49, A4 and 3A. RGB value is (73,164,58). Sum of RGB (Red+Green+Blue) = 73+164+58=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #49A43A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A43A is #B65BC5. Grayscale: #7D7D7D. Windows color (decimal): -11951046 or 3843145. OLE color: 3843145.

HSL color Cylindrical-coordinate representation of color #49A43A: hue angle of 111.51º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A43A is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB7316458-
CMYK0.5500.650.36
HSL111.51º47.75%43.53%-
HSV(B)111.51º64.63%64.31%-
XYZ16.7928.278.58-
YUV124.7190.3591.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 164 (64.45% from 255) = 55.59%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=24.75%
G=55.59%
B=19.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164580.5500.650.36111.5147.7543.53
Hex49A43A370412470302c
Octal11124472670101441606054
Binary100100110100100111010110111010000011001001110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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