Html Css Color HEX #44B249 Fruit Salad

📋 copy color: '#44B249'

red 68 ◦ green 178 ◦ blue 73

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

Shades of Fruit Salad #44B249

Tints of Fruit Salad #44B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.8%

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

R = 21.32%
G = 55.8%
B = 22.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#44B249 (or 0x44B249) is known color: Fruit Salad. HEX triplet: 44, B2 and 49. RGB value is (68,178,73). Sum of RGB (Red+Green+Blue) = 68+178+73=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #44B249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B249 is #BB4DB6. Grayscale: #858585. Windows color (decimal): -12275127 or 4829764. OLE color: 4829764.

HSL color Cylindrical-coordinate representation of color #44B249: hue angle of 122.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B249 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 178 73 -
CMYK 0.62 0 0.59 0.30
HSL 122.73º 0.45% 0.48% -
HSV(B) 122.73º 0.62% 0.7% -
XYZ 19.51 33.55 11.75 -
YUV 133.14 94.06 81.54 -
System Red Green Blue C M Y K H S L
Decimal 68 178 73 0.62 0 0.59 0.30 122.73 0.45 0.48
Hex 44 B2 49 3E 0 3B 1E 7B 2D 30
Octal 104 262 111 76 0 73 36 173 55 60
Binary 1000100 10110010 1001001 111110 0 111011 11110 1111011 101101 110000

Color Harmonies of #44B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B249

Black with #44B249

Text Example


Text Example

White with #44B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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