Html Css Color HEX #49A740 Fruit Salad

📋 copy color: '#49A740'

red 73 ◦ green 167 ◦ blue 64

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

Shades of Fruit Salad #49A740

Tints of Fruit Salad #49A740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 24.01%
G = 54.93%
B = 21.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#49A740 (or 0x49A740) is known color: Fruit Salad. HEX triplet: 49, A7 and 40. RGB value is (73,167,64). Sum of RGB (Red+Green+Blue) = 73+167+64=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #49A740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A740 is #B658BF. Grayscale: #7F7F7F. Windows color (decimal): -11950272 or 4237129. OLE color: 4237129.

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

Color convert

RGB 73 167 64 -
CMYK 0.56 0 0.62 0.35
HSL 114.76º 0.45% 0.45% -
HSV(B) 114.76º 0.62% 0.65% -
XYZ 17.49 29.42 9.61 -
YUV 127.15 92.36 89.38 -
System Red Green Blue C M Y K H S L
Decimal 73 167 64 0.56 0 0.62 0.35 114.76 0.45 0.45
Hex 49 A7 40 38 0 3E 23 73 2D 2D
Octal 111 247 100 70 0 76 43 163 55 55
Binary 1001001 10100111 1000000 111000 0 111110 100011 1110011 101101 101101

Color Harmonies of #49A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A740

Black with #49A740

Text Example


Text Example

White with #49A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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