Html Css Color HEX #49A749 Fruit Salad

📋 copy color: '#49A749'

red 73 ◦ green 167 ◦ blue 73

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

Shades of Fruit Salad #49A749

Tints of Fruit Salad #49A749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.35%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 23.32%
G = 53.35%
B = 23.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#49A749 (or 0x49A749) is known color: Fruit Salad. HEX triplet: 49, A7 and 49. RGB value is (73,167,73). Sum of RGB (Red+Green+Blue) = 73+167+73=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #49A749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A749 is #B658B6. Grayscale: #808080. Windows color (decimal): -11950263 or 4826953. OLE color: 4826953.

HSL color Cylindrical-coordinate representation of color #49A749: hue angle of 120º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A749 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 167 73 -
CMYK 0.56 0 0.56 0.35
HSL 120º 0.39% 0.47% -
HSV(B) 120º 0.56% 0.65% -
XYZ 17.77 29.53 11.07 -
YUV 128.18 96.86 88.64 -
System Red Green Blue C M Y K H S L
Decimal 73 167 73 0.56 0 0.56 0.35 120 0.39 0.47
Hex 49 A7 49 38 0 38 23 78 27 2F
Octal 111 247 111 70 0 70 43 170 47 57
Binary 1001001 10100111 1001001 111000 0 111000 100011 1111000 100111 101111

Color Harmonies of #49A749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A749

Black with #49A749

Text Example


Text Example

White with #49A749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,73); }

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

background-color css

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

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

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

border-color css

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

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

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