Html Css Color HEX #49B952 Fruit Salad

📋 copy color: '#49B952'

red 73 ◦ green 185 ◦ blue 82

#49B952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #49B952

Tints of Fruit Salad #49B952

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 value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#49B952 (or 0x49B952) is known color: 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

RGB 73 185 82 -
CMYK 0.61 0 0.56 0.27
HSL 124.82º 0.44% 0.51% -
HSV(B) 124.82º 0.61% 0.73% -
XYZ 21.62 36.72 13.93 -
YUV 139.77 95.39 80.38 -
System Red Green Blue C M Y K H S L
Decimal 73 185 82 0.61 0 0.56 0.27 124.82 0.44 0.51
Hex 49 B9 52 3D 0 38 1B 7D 2C 33
Octal 111 271 122 75 0 70 33 175 54 63
Binary 1001001 10111001 1010010 111101 0 111000 11011 1111101 101100 110011

Color Harmonies of #49B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B952

Black with #49B952

Text Example


Text Example

White with #49B952

Text Example


Text Example

HTML Codes & Css Web 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>