Html Css Color HEX #44AB4C Fruit Salad

📋 copy color: '#44AB4C'

red 68 ◦ green 171 ◦ blue 76

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

Shades of Fruit Salad #44AB4C

Tints of Fruit Salad #44AB4C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.29%

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

R = 21.59%
G = 54.29%
B = 24.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#44AB4C (or 0x44AB4C) is known color: Fruit Salad. HEX triplet: 44, AB and 4C. RGB value is (68,171,76). Sum of RGB (Red+Green+Blue) = 68+171+76=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AB4C is #BB54B3. Grayscale: #818181. Windows color (decimal): -12276916 or 5024580. OLE color: 5024580.

HSL color Cylindrical-coordinate representation of color #44AB4C: hue angle of 124.66º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AB4C is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 171 76 -
CMYK 0.60 0 0.56 0.33
HSL 124.66º 0.43% 0.47% -
HSV(B) 124.66º 0.6% 0.67% -
XYZ 18.25 30.88 11.84 -
YUV 129.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 68 171 76 0.60 0 0.56 0.33 124.66 0.43 0.47
Hex 44 AB 4C 3C 0 38 21 7D 2B 2F
Octal 104 253 114 74 0 70 41 175 53 57
Binary 1000100 10101011 1001100 111100 0 111000 100001 1111101 101011 101111

Color Harmonies of #44AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AB4C

Black with #44AB4C

Text Example


Text Example

White with #44AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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