Html Css Color HEX #49B059 Fruit Salad

📋 copy color: '#49B059'

red 73 ◦ green 176 ◦ blue 89

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

Shades of Fruit Salad #49B059

Tints of Fruit Salad #49B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.07%

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 21.6%
G = 52.07%
B = 26.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#49B059 (or 0x49B059) is known color: Fruit Salad. HEX triplet: 49, B0 and 59. RGB value is (73,176,89). Sum of RGB (Red+Green+Blue) = 73+176+89=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #49B059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B059 is #B64FA6. Grayscale: #878787. Windows color (decimal): -11947943 or 5877833. OLE color: 5877833.

HSL color Cylindrical-coordinate representation of color #49B059: hue angle of 129.32º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B059 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 89 -
CMYK 0.59 0 0.49 0.31
HSL 129.32º 0.41% 0.49% -
HSV(B) 129.32º 0.59% 0.69% -
XYZ 20.08 33.19 14.8 -
YUV 135.29 101.88 83.57 -
System Red Green Blue C M Y K H S L
Decimal 73 176 89 0.59 0 0.49 0.31 129.32 0.41 0.49
Hex 49 B0 59 3B 0 31 1F 81 29 31
Octal 111 260 131 73 0 61 37 201 51 61
Binary 1001001 10110000 1011001 111011 0 110001 11111 10000001 101001 110001

Color Harmonies of #49B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B059

Black with #49B059

Text Example


Text Example

White with #49B059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,176,89); }

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

background-color css

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

 a { background-color: rgb(73,176,89); }

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

border-color css

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

 span { border-color: rgb(73,176,89); }

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