Html Css Color HEX #44A249 Fruit Salad

📋 copy color: '#44A249'

red 68 ◦ green 162 ◦ blue 73

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

Shades of Fruit Salad #44A249

Tints of Fruit Salad #44A249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.47%

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

R = 22.44%
G = 53.47%
B = 24.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#44A249 (or 0x44A249) is known color: Fruit Salad. HEX triplet: 44, A2 and 49. RGB value is (68,162,73). Sum of RGB (Red+Green+Blue) = 68+162+73=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #44A249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A249 is #BB5DB6. Grayscale: #7C7C7C. Windows color (decimal): -12279223 or 4825668. OLE color: 4825668.

HSL color Cylindrical-coordinate representation of color #44A249: hue angle of 123.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A249 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 162 73 -
CMYK 0.58 0 0.55 0.36
HSL 123.19º 0.41% 0.45% -
HSV(B) 123.19º 0.58% 0.64% -
XYZ 16.51 27.55 10.75 -
YUV 123.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 68 162 73 0.58 0 0.55 0.36 123.19 0.41 0.45
Hex 44 A2 49 3A 0 37 24 7B 29 2D
Octal 104 242 111 72 0 67 44 173 51 55
Binary 1000100 10100010 1001001 111010 0 110111 100100 1111011 101001 101101

Color Harmonies of #44A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A249

Black with #44A249

Text Example


Text Example

White with #44A249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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