Html Css Color HEX #44A350 Fruit Salad

📋 copy color: '#44A350'

red 68 ◦ green 163 ◦ blue 80

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

Shades of Fruit Salad #44A350

Tints of Fruit Salad #44A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.41%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 21.86%
G = 52.41%
B = 25.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#44A350 (or 0x44A350) is known color: Fruit Salad. HEX triplet: 44, A3 and 50. RGB value is (68,163,80). Sum of RGB (Red+Green+Blue) = 68+163+80=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #44A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A350 is #BB5CAF. Grayscale: #7D7D7D. Windows color (decimal): -12278960 or 5284676. OLE color: 5284676.

HSL color Cylindrical-coordinate representation of color #44A350: hue angle of 127.58º 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 #44A350 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 163 80 -
CMYK 0.58 0 0.51 0.36
HSL 127.58º 0.41% 0.45% -
HSV(B) 127.58º 0.58% 0.64% -
XYZ 16.93 28 12.1 -
YUV 125.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 68 163 80 0.58 0 0.51 0.36 127.58 0.41 0.45
Hex 44 A3 50 3A 0 33 24 80 29 2D
Octal 104 243 120 72 0 63 44 200 51 55
Binary 1000100 10100011 1010000 111010 0 110011 100100 10000000 101001 101101

Color Harmonies of #44A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A350

Black with #44A350

Text Example


Text Example

White with #44A350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,163,80); }

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

background-color css

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

 a { background-color: rgb(68,163,80); }

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

border-color css

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

 span { border-color: rgb(68,163,80); }

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