#49B952

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

Shades of Fruit Salad #49B952

Tints of Fruit Salad #49B952

Color information

#49B952 (or 0x49B952) is unknown color: approx Fruit Salad. HEX triplet: 49, B9 and 52. RGB value is (73,185,82). Sum of RGB (Red+Green+Blue) = 73+185+82=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #49B952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B952 is #B646AD. Grayscale: #8C8C8C. Windows color (decimal): -11945646 or 5421385. OLE color: 5421385.

HSL color Cylindrical-coordinate representation of color #49B952: hue angle of 124.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B952 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7318582-
CMYK0.6100.560.27
HSL124.82º44.44%50.59%-
HSV(B)124.82º60.54%72.55%-
XYZ21.6236.7213.93-
YUV139.7795.3980.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 185 (72.66% from 255) = 54.41%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=21.47%
G=54.41%
B=24.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73185820.6100.560.27124.8244.4450.59
Hex49B9523D0381B7d2c33
Octal11127112275070331755463
Binary10010011011100110100101111010111000110111111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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