Html Css Color HEX #49A650 Fruit Salad

📋 copy color: '#49A650'

red 73 ◦ green 166 ◦ blue 80

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

Shades of Fruit Salad #49A650

Tints of Fruit Salad #49A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.04%

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 22.88%
G = 52.04%
B = 25.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#49A650 (or 0x49A650) is known color: Fruit Salad. HEX triplet: 49, A6 and 50. RGB value is (73,166,80). Sum of RGB (Red+Green+Blue) = 73+166+80=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #49A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A650 is #B659AF. Grayscale: #808080. Windows color (decimal): -11950512 or 5285449. OLE color: 5285449.

HSL color Cylindrical-coordinate representation of color #49A650: hue angle of 124.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A650 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 80 -
CMYK 0.56 0 0.52 0.35
HSL 124.52º 0.39% 0.47% -
HSV(B) 124.52º 0.56% 0.65% -
XYZ 17.83 29.27 12.3 -
YUV 128.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 73 166 80 0.56 0 0.52 0.35 124.52 0.39 0.47
Hex 49 A6 50 38 0 34 23 7D 27 2F
Octal 111 246 120 70 0 64 43 175 47 57
Binary 1001001 10100110 1010000 111000 0 110100 100011 1111101 100111 101111

Color Harmonies of #49A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A650

Black with #49A650

Text Example


Text Example

White with #49A650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,80); }

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

background-color css

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

 a { background-color: rgb(73,166,80); }

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

border-color css

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

 span { border-color: rgb(73,166,80); }

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