#49c152

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

Shades of Fruit Salad #49C152

Tints of Fruit Salad #49C152

Color information

#49C152 (or 0x49C152) is unknown color: approx Fruit Salad. HEX triplet: 49, C1 and 52. RGB value is (73,193,82). Sum of RGB (Red+Green+Blue) = 73+193+82=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #49C152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C152 is #B63EAD. Grayscale: #909090. Windows color (decimal): -11943598 or 5423433. OLE color: 5423433.

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

Color convert

RGB7319382-
CMYK0.6200.580.24
HSL124.5º49.18%52.16%-
HSV(B)124.5º62.18%75.69%-
XYZ23.3440.1714.51-
YUV144.4792.7477.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 193 (75.78% from 255) = 55.46%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=20.98%
G=55.46%
B=23.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73193820.6200.580.24124.549.1852.16
Hex49C1523E03A187c3134
Octal11130112276072301746164
Binary10010011100000110100101111100111010110001111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,193,82); }

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

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

 a { background-color: rgb(73,193,82); }

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

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

 span { border-color: rgb(73,193,82); }

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