Html Css Color HEX #49A044 Fruit Salad

📋 copy color: '#49A044'

red 73 ◦ green 160 ◦ blue 68

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

Shades of Fruit Salad #49A044

Tints of Fruit Salad #49A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.16%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 24.25%
G = 53.16%
B = 22.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#49A044 (or 0x49A044) is known color: Fruit Salad. HEX triplet: 49, A0 and 44. RGB value is (73,160,68). Sum of RGB (Red+Green+Blue) = 73+160+68=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #49A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A044 is #B65FBB. Grayscale: #7B7B7B. Windows color (decimal): -11952060 or 4497481. OLE color: 4497481.

HSL color Cylindrical-coordinate representation of color #49A044: hue angle of 116.74º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A044 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 160 68 -
CMYK 0.54 0 0.57 0.37
HSL 116.74º 0.4% 0.45% -
HSV(B) 116.74º 0.58% 0.63% -
XYZ 16.36 26.98 9.81 -
YUV 123.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 73 160 68 0.54 0 0.57 0.37 116.74 0.4 0.45
Hex 49 A0 44 36 0 39 25 75 28 2D
Octal 111 240 104 66 0 71 45 165 50 55
Binary 1001001 10100000 1000100 110110 0 111001 100101 1110101 101000 101101

Color Harmonies of #49A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A044

Black with #49A044

Text Example


Text Example

White with #49A044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,68); }

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

background-color css

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

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

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

border-color css

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

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

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