Html Css Color HEX #49A540 Fruit Salad

📋 copy color: '#49A540'

red 73 ◦ green 165 ◦ blue 64

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

Shades of Fruit Salad #49A540

Tints of Fruit Salad #49A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.64%

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

R = 24.17%
G = 54.64%
B = 21.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#49A540 (or 0x49A540) is known color: Fruit Salad. HEX triplet: 49, A5 and 40. RGB value is (73,165,64). Sum of RGB (Red+Green+Blue) = 73+165+64=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #49A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A540 is #B65ABF. Grayscale: #7E7E7E. Windows color (decimal): -11950784 or 4236617. OLE color: 4236617.

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

Color convert

RGB 73 165 64 -
CMYK 0.56 0 0.61 0.35
HSL 114.65º 0.44% 0.45% -
HSV(B) 114.65º 0.61% 0.65% -
XYZ 17.13 28.7 9.49 -
YUV 125.98 93.02 90.21 -
System Red Green Blue C M Y K H S L
Decimal 73 165 64 0.56 0 0.61 0.35 114.65 0.44 0.45
Hex 49 A5 40 38 0 3D 23 73 2C 2D
Octal 111 245 100 70 0 75 43 163 54 55
Binary 1001001 10100101 1000000 111000 0 111101 100011 1110011 101100 101101

Color Harmonies of #49A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A540

Black with #49A540

Text Example


Text Example

White with #49A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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