Html Css Color HEX #49B752 Fruit Salad

📋 copy color: '#49B752'

red 73 ◦ green 183 ◦ blue 82

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

Shades of Fruit Salad #49B752

Tints of Fruit Salad #49B752

RGB

 RED value IS 73 (28.91% from 255) = 21.6%

 GREEN value IS 183 (71.88% from 255) = 54.14%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 21.6%
G = 54.14%
B = 24.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#49B752 (or 0x49B752) is known color: Fruit Salad. HEX triplet: 49, B7 and 52. RGB value is (73,183,82). Sum of RGB (Red+Green+Blue) = 73+183+82=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #49B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B752 is #B648AD. Grayscale: #8A8A8A. Windows color (decimal): -11946158 or 5420873. OLE color: 5420873.

HSL color Cylindrical-coordinate representation of color #49B752: hue angle of 124.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B752 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 183 82 -
CMYK 0.60 0 0.55 0.28
HSL 124.91º 0.43% 0.5% -
HSV(B) 124.91º 0.6% 0.72% -
XYZ 21.2 35.89 13.79 -
YUV 138.6 96.06 81.21 -
System Red Green Blue C M Y K H S L
Decimal 73 183 82 0.60 0 0.55 0.28 124.91 0.43 0.5
Hex 49 B7 52 3C 0 37 1C 7D 2B 32
Octal 111 267 122 74 0 67 34 175 53 62
Binary 1001001 10110111 1010010 111100 0 110111 11100 1111101 101011 110010

Color Harmonies of #49B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B752

Black with #49B752

Text Example


Text Example

White with #49B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49B752;
 }
 .AnyTagClassName
 {
   color: #49B752;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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