#44AB3E

Color #44AB3E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #44AB3E

Tints of Fruit Salad #44AB3E

Color information

#44AB3E (or 0x44AB3E) is unknown color: approx Fruit Salad. HEX triplet: 44, AB and 3E. RGB value is (68,171,62). Sum of RGB (Red+Green+Blue) = 68+171+62=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AB3E is #BB54C1. Grayscale: #808080. Windows color (decimal): -12276930 or 4107076. OLE color: 4107076.

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

Color convert

RGB6817162-
CMYK0.6000.640.33
HSL116.7º46.78%45.69%-
HSV(B)116.7º63.74%67.06%-
XYZ17.8230.79.54-
YUV127.7890.8885.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=22.59%
G=56.81%
B=20.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68171620.6000.640.33116.746.7845.69
Hex44AB3E3C04021752f2e
Octal10425376740100411655756
Binary100010010101011111110111100010000001000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44AB3E;
 }
 .AnyTagClassName
 {
   color: #44AB3E;
 }
</style>
background-color css

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

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

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

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

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

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