Html Css Color HEX #44A34C Fruit Salad

📋 copy color: '#44A34C'

red 68 ◦ green 163 ◦ blue 76

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

Shades of Fruit Salad #44A34C

Tints of Fruit Salad #44A34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 22.15%
G = 53.09%
B = 24.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#44A34C (or 0x44A34C) is known color: Fruit Salad. HEX triplet: 44, A3 and 4C. RGB value is (68,163,76). Sum of RGB (Red+Green+Blue) = 68+163+76=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #44A34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A34C is #BB5CB3. Grayscale: #7C7C7C. Windows color (decimal): -12278964 or 5022532. OLE color: 5022532.

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

Color convert

RGB 68 163 76 -
CMYK 0.58 0 0.53 0.36
HSL 125.05º 0.41% 0.45% -
HSV(B) 125.05º 0.58% 0.64% -
XYZ 16.79 27.95 11.35 -
YUV 124.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 68 163 76 0.58 0 0.53 0.36 125.05 0.41 0.45
Hex 44 A3 4C 3A 0 35 24 7D 29 2D
Octal 104 243 114 72 0 65 44 175 51 55
Binary 1000100 10100011 1001100 111010 0 110101 100100 1111101 101001 101101

Color Harmonies of #44A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A34C

Black with #44A34C

Text Example


Text Example

White with #44A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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