Html Css Color HEX #49AD4D Fruit Salad

📋 copy color: '#49AD4D'

red 73 ◦ green 173 ◦ blue 77

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

Shades of Fruit Salad #49AD4D

Tints of Fruit Salad #49AD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 22.6%
G = 53.56%
B = 23.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#49AD4D (or 0x49AD4D) is known color: Fruit Salad. HEX triplet: 49, AD and 4D. RGB value is (73,173,77). Sum of RGB (Red+Green+Blue) = 73+173+77=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD4D is #B652B2. Grayscale: #848484. Windows color (decimal): -11948723 or 5090633. OLE color: 5090633.

HSL color Cylindrical-coordinate representation of color #49AD4D: hue angle of 122.4º 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 #49AD4D is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 77 -
CMYK 0.58 0 0.55 0.32
HSL 122.4º 0.41% 0.48% -
HSV(B) 122.4º 0.58% 0.68% -
XYZ 19.03 31.84 12.16 -
YUV 132.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 73 173 77 0.58 0 0.55 0.32 122.4 0.41 0.48
Hex 49 AD 4D 3A 0 37 20 7A 29 30
Octal 111 255 115 72 0 67 40 172 51 60
Binary 1001001 10101101 1001101 111010 0 110111 100000 1111010 101001 110000

Color Harmonies of #49AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD4D

Black with #49AD4D

Text Example


Text Example

White with #49AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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