#49C048

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

Shades of Fruit Salad #49C048

Tints of Fruit Salad #49C048

Color information

#49C048 (or 0x49C048) is unknown color: approx Fruit Salad. HEX triplet: 49, C0 and 48. RGB value is (73,192,72). Sum of RGB (Red+Green+Blue) = 73+192+72=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #49C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C048 is #B63FB7. Grayscale: #8F8F8F. Windows color (decimal): -11943864 or 4767817. OLE color: 4767817.

HSL color Cylindrical-coordinate representation of color #49C048: hue angle of 119.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C048 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB7319272-
CMYK0.6200.630.25
HSL119.5º48.78%51.76%-
HSV(B)119.5º62.5%75.29%-
XYZ22.7739.5812.57-
YUV142.7488.0878.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=21.66%
G=56.97%
B=21.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73192720.6200.630.25119.548.7851.76
Hex49C0483E03F19783134
Octal11130011076077311706164
Binary10010011100000010010001111100111111110011111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,192,72); }

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

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

 a { background-color: rgb(73,192,72); }

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

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

 span { border-color: rgb(73,192,72); }

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