#48C049

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

Shades of Fruit Salad #48C049

Tints of Fruit Salad #48C049

Color information

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

HSL color Cylindrical-coordinate representation of color #48C049: hue angle of 120.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 #48C049 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB7219273-
CMYK0.6300.620.25
HSL120.5º48.78%51.76%-
HSV(B)120.5º62.5%75.29%-
XYZ22.7239.5612.74-
YUV142.5588.7477.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72192730.6300.620.25120.548.7851.76
Hex48C0493F03E19783134
Octal11030011177076311706164
Binary10010001100000010010011111110111110110011111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48C049; }

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

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

<style>
 a { background-color: #48C049; }

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

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

<style>
 span { border-color: #48C049; }

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

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