Html Css Color HEX #44BA49 Fruit Salad

📋 copy color: '#44BA49'

red 68 ◦ green 186 ◦ blue 73

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

Shades of Fruit Salad #44BA49

Tints of Fruit Salad #44BA49

RGB

 RED value IS 68 (26.95% from 255) = 20.8%

 GREEN value IS 186 (73.05% from 255) = 56.88%

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

R = 20.8%
G = 56.88%
B = 22.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#44BA49 (or 0x44BA49) is known color: Fruit Salad. HEX triplet: 44, BA and 49. RGB value is (68,186,73). Sum of RGB (Red+Green+Blue) = 68+186+73=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA49 is #BB45B6. Grayscale: #8A8A8A. Windows color (decimal): -12273079 or 4831812. OLE color: 4831812.

HSL color Cylindrical-coordinate representation of color #44BA49: hue angle of 122.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44BA49 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 186 73 -
CMYK 0.63 0 0.61 0.27
HSL 122.54º 0.46% 0.5% -
HSV(B) 122.54º 0.63% 0.73% -
XYZ 21.15 36.83 12.3 -
YUV 137.84 91.41 78.19 -
System Red Green Blue C M Y K H S L
Decimal 68 186 73 0.63 0 0.61 0.27 122.54 0.46 0.5
Hex 44 BA 49 3F 0 3D 1B 7B 2E 32
Octal 104 272 111 77 0 75 33 173 56 62
Binary 1000100 10111010 1001001 111111 0 111101 11011 1111011 101110 110010

Color Harmonies of #44BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BA49

Black with #44BA49

Text Example


Text Example

White with #44BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44BA49; }

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

 H1.HeaderClassName
 {
   color: #44BA49;
 }
 .AnyTagClassName
 {
   color: #44BA49;
 }
</style>

background-color css

<style>
 a { background-color: #44BA49; }

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

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

border-color css

<style>
 span { border-color: #44BA49; }

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

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