#49AC4B

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

Shades of Fruit Salad #49AC4B

Tints of Fruit Salad #49AC4B

Color information

#49AC4B (or 0x49AC4B) is unknown color: approx Fruit Salad. HEX triplet: 49, AC and 4B. RGB value is (73,172,75). Sum of RGB (Red+Green+Blue) = 73+172+75=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC4B is #B653B4. Grayscale: #838383. Windows color (decimal): -11948981 or 4959305. OLE color: 4959305.

HSL color Cylindrical-coordinate representation of color #49AC4B: hue angle of 121.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC4B is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB7317275-
CMYK0.5800.560.33
HSL121.21º40.41%48.04%-
HSV(B)121.21º57.56%67.45%-
XYZ18.7731.4311.73-
YUV131.3496.286.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 172 (67.58% from 255) = 53.75%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=22.81%
G=53.75%
B=23.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73172750.5800.560.33121.2140.4148.04
Hex49AC4B3A03821792830
Octal11125411372070411715060
Binary100100110101100100101111101001110001000011111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,75); }

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

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

 a { background-color: rgb(73,172,75); }

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

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

 span { border-color: rgb(73,172,75); }

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