Html Css Color HEX #49AD4F Fruit Salad

📋 copy color: '#49AD4F'

red 73 ◦ green 173 ◦ blue 79

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

Shades of Fruit Salad #49AD4F

Tints of Fruit Salad #49AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.23%

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 22.46%
G = 53.23%
B = 24.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#49AD4F (or 0x49AD4F) is known color: Fruit Salad. HEX triplet: 49, AD and 4F. RGB value is (73,173,79). Sum of RGB (Red+Green+Blue) = 73+173+79=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD4F is #B652B0. Grayscale: #848484. Windows color (decimal): -11948721 or 5221705. OLE color: 5221705.

HSL color Cylindrical-coordinate representation of color #49AD4F: hue angle of 123.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD4F is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 79 -
CMYK 0.58 0 0.54 0.32
HSL 123.6º 0.41% 0.48% -
HSV(B) 123.6º 0.58% 0.68% -
XYZ 19.1 31.87 12.54 -
YUV 132.38 97.87 85.64 -
System Red Green Blue C M Y K H S L
Decimal 73 173 79 0.58 0 0.54 0.32 123.6 0.41 0.48
Hex 49 AD 4F 3A 0 36 20 7C 29 30
Octal 111 255 117 72 0 66 40 174 51 60
Binary 1001001 10101101 1001111 111010 0 110110 100000 1111100 101001 110000

Color Harmonies of #49AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD4F

Black with #49AD4F

Text Example


Text Example

White with #49AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,79); }

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

background-color css

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

 a { background-color: rgb(73,173,79); }

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

border-color css

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

 span { border-color: rgb(73,173,79); }

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