Html Css Color HEX #49A94C Fruit Salad

📋 copy color: '#49A94C'

red 73 ◦ green 169 ◦ blue 76

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

Shades of Fruit Salad #49A94C

Tints of Fruit Salad #49A94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.14%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 22.96%
G = 53.14%
B = 23.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#49A94C (or 0x49A94C) is known color: Fruit Salad. HEX triplet: 49, A9 and 4C. RGB value is (73,169,76). Sum of RGB (Red+Green+Blue) = 73+169+76=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #49A94C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A94C is #B656B3. Grayscale: #818181. Windows color (decimal): -11949748 or 5024073. OLE color: 5024073.

HSL color Cylindrical-coordinate representation of color #49A94C: hue angle of 121.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A94C is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 169 76 -
CMYK 0.57 0 0.55 0.34
HSL 121.88º 0.4% 0.47% -
HSV(B) 121.88º 0.57% 0.66% -
XYZ 18.24 30.31 11.73 -
YUV 129.69 97.7 87.56 -
System Red Green Blue C M Y K H S L
Decimal 73 169 76 0.57 0 0.55 0.34 121.88 0.4 0.47
Hex 49 A9 4C 39 0 37 22 7A 28 2F
Octal 111 251 114 71 0 67 42 172 50 57
Binary 1001001 10101001 1001100 111001 0 110111 100010 1111010 101000 101111

Color Harmonies of #49A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A94C

Black with #49A94C

Text Example


Text Example

White with #49A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,169,76); }

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

background-color css

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

 a { background-color: rgb(73,169,76); }

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

border-color css

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

 span { border-color: rgb(73,169,76); }

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