Html Css Color HEX #49A84C Fruit Salad

📋 copy color: '#49A84C'

red 73 ◦ green 168 ◦ blue 76

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

Shades of Fruit Salad #49A84C

Tints of Fruit Salad #49A84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53%

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

R = 23.03%
G = 53%
B = 23.97%

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

#49A84C (or 0x49A84C) is known color: Fruit Salad. HEX triplet: 49, A8 and 4C. RGB value is (73,168,76). Sum of RGB (Red+Green+Blue) = 73+168+76=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #49A84C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A84C is #B657B3. Grayscale: #818181. Windows color (decimal): -11950004 or 5023817. OLE color: 5023817.

HSL color Cylindrical-coordinate representation of color #49A84C: hue angle of 121.89º degrees, saturation: 0.39, 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 #49A84C is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 168 76 -
CMYK 0.57 0 0.55 0.34
HSL 121.89º 0.39% 0.47% -
HSV(B) 121.89º 0.57% 0.66% -
XYZ 18.05 29.94 11.67 -
YUV 129.11 98.03 87.98 -
System Red Green Blue C M Y K H S L
Decimal 73 168 76 0.57 0 0.55 0.34 121.89 0.39 0.47
Hex 49 A8 4C 39 0 37 22 7A 27 2F
Octal 111 250 114 71 0 67 42 172 47 57
Binary 1001001 10101000 1001100 111001 0 110111 100010 1111010 100111 101111

Color Harmonies of #49A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A84C

Black with #49A84C

Text Example


Text Example

White with #49A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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